1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2026-04-24 20:56:11 +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
+1 -1
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