From 6b28da07cb50205f05ad715f3f39b12d6da523c4 Mon Sep 17 00:00:00 2001 From: Daniel <d.hornung@indiscale.com> Date: Tue, 30 Apr 2024 09:23:07 +0200 Subject: [PATCH] MAINT: Added fixme --- src/linkahead/common/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/linkahead/common/models.py b/src/linkahead/common/models.py index abcf0b2d..6b3c6c23 100644 --- a/src/linkahead/common/models.py +++ b/src/linkahead/common/models.py @@ -50,6 +50,7 @@ from tempfile import NamedTemporaryFile from typing import TYPE_CHECKING +# FIXME We don't support py3.7 any more, so the "if" can be removed, right? if TYPE_CHECKING and sys.version_info > (3, 7): from datetime import datetime from typing import Any, Dict, Optional, Type, Union, List, TextIO, Tuple, Literal -- GitLab