1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-08-08 22:36:48 +02:00

remove unused Dict type import

This commit is contained in:
Kelly Brazil
2025-05-28 13:18:00 -07:00
parent 3a7ca118ff
commit edcde58cb9

View File

@@ -1,7 +1,7 @@
"""jc - JSON Convert streaming utils"""
from functools import wraps
from typing import Dict, Tuple, Union, Iterable, Callable, TypeVar, cast, Any
from typing import Tuple, Union, Iterable, Callable, TypeVar, cast, Any
from .jc_types import JSONDictType