1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

remove unused type annotation import

This commit is contained in:
Kelly Brazil
2023-11-23 12:07:54 -08:00
parent 79e4f3a761
commit 2358c883d0

View File

@ -203,7 +203,7 @@ Examples:
"checksum": "0x7809afff"
}
"""
from typing import List, Dict
from typing import Dict
from jc.jc_types import JSONDictType
import jc.utils