From 4f34cf802dcb8976ef43ab69e5cdf6cc60f3ba56 Mon Sep 17 00:00:00 2001 From: Ivan Levkivskyi Date: Mon, 19 Jun 2023 00:08:29 +0100 Subject: [PATCH] Delete unused import --- mypy/join.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mypy/join.py b/mypy/join.py index b80329792c96..f4af59f4e50b 100644 --- a/mypy/join.py +++ b/mypy/join.py @@ -29,7 +29,6 @@ Parameters, ParamSpecType, PartialType, - PlaceholderType, ProperType, TupleType, Type,