From 4a9db5272a7c68bd629f2368cdeb8c9df8ff64c2 Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Thu, 15 Feb 2024 19:48:57 +0100 Subject: [PATCH] remove unused import statement --- rendercv/themes/sb2nov/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rendercv/themes/sb2nov/__init__.py b/rendercv/themes/sb2nov/__init__.py index d557a4f..d59753e 100644 --- a/rendercv/themes/sb2nov/__init__.py +++ b/rendercv/themes/sb2nov/__init__.py @@ -1,4 +1,4 @@ -from typing import Literal, Annotated +from typing import Literal import pydantic