Falko Schindler 1 年之前
父節點
當前提交
8f3c583ff8
共有 1 個文件被更改,包括 1 次插入1 次删除
  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