Skip to content

Commit edcde58

Browse files
remove unused Dict type import
1 parent 3a7ca11 commit edcde58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jc/streaming.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""jc - JSON Convert streaming utils"""
22

33
from functools import wraps
4-
from typing import Dict, Tuple, Union, Iterable, Callable, TypeVar, cast, Any
4+
from typing import Tuple, Union, Iterable, Callable, TypeVar, cast, Any
55
from .jc_types import JSONDictType
66

77

0 commit comments

Comments
 (0)