We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d8e0b6 commit 7ee7b98Copy full SHA for 7ee7b98
src/idom/core/vdom.py
@@ -2,7 +2,7 @@
2
3
import logging
4
from functools import wraps
5
-from typing import Any, Callable, Mapping, Sequence, cast, overload
+from typing import Any, Mapping, Sequence, cast, overload
6
7
from fastjsonschema import compile as compile_json_schema
8
from typing_extensions import Protocol
0 commit comments