1
0
Эх сурвалжийг харах

KNOB: add a type annotation for the return value -> None

Diego Queiroz 2 жил өмнө
parent
commit
97a7dedcd6

+ 1 - 1
nicegui/elements/knob.py

@@ -16,7 +16,7 @@ class Knob(Element):
         icon_name: Union[str, None] = None,
         icon_color: str = 'black',
         icon_size: str = '1rem',
-    ):
+    ) -> None:
         """Knob
 
         This element is based on Quasar's `QKnob <https://quasar.dev/vue-components/knob>`_ component.