don't use typing_extensions

This commit is contained in:
Sina Atalay 2024-02-18 17:45:25 +01:00
parent a943314ae2
commit abf9721b17
1 changed files with 1 additions and 2 deletions

View File

@ -12,8 +12,7 @@ has provided a valid RenderCV input. This is achieved through the use of
"""
from datetime import date as Date
from typing import Literal, Any, Type
from typing_extensions import Annotated, Optional, get_args
from typing import Literal, Any, Type, Annotated, Optional, get_args
import importlib
import importlib.util
import importlib.machinery