소스 검색

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):
+
     def __init__(
         self,
         color: str = "primary",