This is an automated email from the ASF dual-hosted git repository.
riteshghorse pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new dff28440779 [Python] Fix python lints (#27543)
dff28440779 is described below
commit dff284407793bff04a1c868230ef2135812e0d27
Author: Ritesh Ghorse <[email protected]>
AuthorDate: Tue Jul 18 14:33:47 2023 -0400
[Python] Fix python lints (#27543)
---
sdks/python/apache_beam/runners/worker/bundle_processor_test.py | 1 -
sdks/python/apache_beam/runners/worker/data_sampler_test.py | 1 -
2 files changed, 2 deletions(-)
diff --git a/sdks/python/apache_beam/runners/worker/bundle_processor_test.py
b/sdks/python/apache_beam/runners/worker/bundle_processor_test.py
index 8072089f2ac..673c1cea111 100644
--- a/sdks/python/apache_beam/runners/worker/bundle_processor_test.py
+++ b/sdks/python/apache_beam/runners/worker/bundle_processor_test.py
@@ -19,7 +19,6 @@
# pytype: skip-file
import unittest
-from typing import Dict
import apache_beam as beam
from apache_beam.coders.coders import FastPrimitivesCoder
diff --git a/sdks/python/apache_beam/runners/worker/data_sampler_test.py
b/sdks/python/apache_beam/runners/worker/data_sampler_test.py
index b6793612183..8d063fdb49d 100644
--- a/sdks/python/apache_beam/runners/worker/data_sampler_test.py
+++ b/sdks/python/apache_beam/runners/worker/data_sampler_test.py
@@ -22,7 +22,6 @@ import time
import traceback
import unittest
from typing import Any
-from typing import Dict
from typing import List
from typing import Optional