Browse Source

removed import

Rodja Trappe 2 năm trước cách đây
mục cha
commit
b1994d4ef6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      examples/trello_cards/draganddrop.py

+ 1 - 1
examples/trello_cards/draganddrop.py

@@ -1,6 +1,6 @@
 from __future__ import annotations
 
-from typing import Callable, Optional, Protocol
+from typing import Callable, Optional
 
 from nicegui import ui
 from typing_extensions import Protocol