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:
@ -203,7 +203,7 @@ Examples:
|
|||||||
"checksum": "0x7809afff"
|
"checksum": "0x7809afff"
|
||||||
}
|
}
|
||||||
"""
|
"""
|
||||||
from typing import List, Dict
|
from typing import Dict
|
||||||
from jc.jc_types import JSONDictType
|
from jc.jc_types import JSONDictType
|
||||||
import jc.utils
|
import jc.utils
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user