Skip to content

Commit 7ee7b98

Browse files
committed
fix types
1 parent 8d8e0b6 commit 7ee7b98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/idom/core/vdom.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import logging
44
from functools import wraps
5-
from typing import Any, Callable, Mapping, Sequence, cast, overload
5+
from typing import Any, Mapping, Sequence, cast, overload
66

77
from fastjsonschema import compile as compile_json_schema
88
from typing_extensions import Protocol

0 commit comments

Comments
 (0)