From 8e4384da2fbe2a734191660b0c37aa193a223624 Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Mon, 11 Mar 2024 18:41:21 +0100 Subject: [PATCH] data_models: remove unused import statements --- rendercv/data_models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rendercv/data_models.py b/rendercv/data_models.py index 5b78974..dc444d7 100644 --- a/rendercv/data_models.py +++ b/rendercv/data_models.py @@ -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