We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cfa833 commit 57b93c6Copy full SHA for 57b93c6
1 file changed
utils/generate_enums.py
@@ -326,7 +326,7 @@ def clean_description(desc: str) -> str:
326
"class UIProfile(UnknownEnumMixin, StrEnum):",
327
' """',
328
" UI Profiles define device capabilities through commands and states.",
329
- " ",
+ "",
330
" Each profile describes what a device can do (commands) and what information",
331
" it provides (states). Form factor indicates if the profile is tied to a",
332
" specific physical device type.",
0 commit comments