Browse Source

minor cleanup

Falko Schindler 2 năm trước cách đây
mục cha
commit
8ca68820f5
1 tập tin đã thay đổi với 1 bổ sung3 xóa
  1. 1 3
      nicegui/elements/color_input.py

+ 1 - 3
nicegui/elements/color_input.py

@@ -1,9 +1,7 @@
-from typing import Callable, Dict, Optional
+from typing import Callable, Optional
 
 from nicegui import ui
 
-from ..element import Element
-from ..events import ValueChangeEventArguments, handle_event
 from .color_picker import ColorPicker
 from .mixins.value_element import ValueElement