Skip to content

Commit 57b93c6

Browse files
committed
Fix UIProfile docstring formatting by removing extra newline
1 parent 7cfa833 commit 57b93c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/generate_enums.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ def clean_description(desc: str) -> str:
326326
"class UIProfile(UnknownEnumMixin, StrEnum):",
327327
' """',
328328
" UI Profiles define device capabilities through commands and states.",
329-
" ",
329+
"",
330330
" Each profile describes what a device can do (commands) and what information",
331331
" it provides (states). Form factor indicates if the profile is tied to a",
332332
" specific physical device type.",

0 commit comments

Comments
 (0)