Browse Source

KNOB: add a blank line before __init__

Diego Queiroz 2 years ago
parent
commit
6c9428304b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      nicegui/elements/knob.py

+ 1 - 0
nicegui/elements/knob.py

@@ -6,6 +6,7 @@ from ..ui import icon
 
 
 class Knob(Element):
+
     def __init__(
         self,
         color: str = "primary",