Falko Schindler 1 tahun lalu
induk
melakukan
8f3c583ff8
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      nicegui/binding.py

+ 1 - 1
nicegui/binding.py

@@ -2,7 +2,7 @@ import asyncio
 import time
 from collections import defaultdict
 from collections.abc import Mapping
-from typing import Any, Callable, DefaultDict, Dict, Iterable, List, Optional, Set, Tuple, Type, Union
+from typing import Any, Callable, DefaultDict, Dict, Iterable, List, Optional, Set, Tuple, Union
 
 from . import core
 from .logging import log