Falko Schindler 2 лет назад
Родитель
Сommit
fda5df62c4
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      nicegui/colors.py

+ 3 - 1
nicegui/colors.py

@@ -1,4 +1,6 @@
-from typing import Optional, get_args
+from typing import Optional
+
+from typing_extensions import get_args
 
 from .element import Element
 from .tailwind_types.background_color import BackgroundColor