From f762ee24f2f5a38684b932e9e8a86f45b6e3b9aa Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Fri, 25 Mar 2022 14:05:11 +0000 Subject: [PATCH] Remove superfluous import which also happens to require Python 3.5 --- LCS/PyCommon/test/t_typing.py | 1 - 1 file changed, 1 deletion(-) diff --git a/LCS/PyCommon/test/t_typing.py b/LCS/PyCommon/test/t_typing.py index 55eb4fc32e4..b88641d6b31 100755 --- a/LCS/PyCommon/test/t_typing.py +++ b/LCS/PyCommon/test/t_typing.py @@ -23,7 +23,6 @@ logging.basicConfig(format='%(asctime)s %(process)s %(threadName)s %(levelname)s from lofar.common.typing import check_type_hints -import typing import unittest class TestCheckTypeHints(unittest.TestCase): -- GitLab