mirror of https://github.com/eyhc1/rendercv.git
data_models: remove unused import statements
This commit is contained in:
parent
26d8cbd206
commit
8e4384da2f
|
@ -14,7 +14,7 @@ during the data classes' initialization.
|
|||
"""
|
||||
|
||||
from datetime import date as Date
|
||||
from typing import Literal, Any, Type, Annotated, Optional, get_args, Union
|
||||
from typing import Literal, Any, Type, Annotated, Optional, get_args
|
||||
import importlib
|
||||
import importlib.util
|
||||
import importlib.machinery
|
||||
|
|
Loading…
Reference in New Issue