瀏覽代碼

KNOB: add a blank line before __init__

Diego Queiroz 2 年之前
父節點
當前提交
6c9428304b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      nicegui/elements/knob.py

+ 1 - 0
nicegui/elements/knob.py

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