From 6466d2902ae4a3309b3c018b6999274e8fa828fe Mon Sep 17 00:00:00 2001 From: Abacn Date: Wed, 16 Nov 2022 19:12:03 -0500 Subject: [PATCH] Fix PythonLint --- sdks/python/apache_beam/typehints/batch.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sdks/python/apache_beam/typehints/batch.py b/sdks/python/apache_beam/typehints/batch.py index 73cfc2bfd08b..35351b147d48 100644 --- a/sdks/python/apache_beam/typehints/batch.py +++ b/sdks/python/apache_beam/typehints/batch.py @@ -29,7 +29,6 @@ from typing import Callable from typing import Generic from typing import Iterator -from typing import List from typing import Mapping from typing import Optional from typing import Sequence