Преглед изворни кода

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

Diego Queiroz пре 2 година
родитељ
комит
97a7dedcd6
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      nicegui/elements/knob.py

+ 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.