From 9260db4355bcc2b02d4bc587b058ec8f561ccf27 Mon Sep 17 00:00:00 2001 From: Joey Tran Date: Fri, 6 Dec 2024 15:10:54 -0500 Subject: [PATCH] manually fix isort --- sdks/python/apache_beam/typehints/trivial_inference_test.py | 2 +- sdks/python/apache_beam/typehints/typed_pipeline_test.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdks/python/apache_beam/typehints/trivial_inference_test.py b/sdks/python/apache_beam/typehints/trivial_inference_test.py index 83bcda31db5a..48ccc8a6a2ed 100644 --- a/sdks/python/apache_beam/typehints/trivial_inference_test.py +++ b/sdks/python/apache_beam/typehints/trivial_inference_test.py @@ -21,8 +21,8 @@ import types import unittest -import apache_beam as beam +import apache_beam as beam from apache_beam.typehints import row_type from apache_beam.typehints import trivial_inference from apache_beam.typehints import typehints diff --git a/sdks/python/apache_beam/typehints/typed_pipeline_test.py b/sdks/python/apache_beam/typehints/typed_pipeline_test.py index 0c82eeba0206..820f78fa9ef5 100644 --- a/sdks/python/apache_beam/typehints/typed_pipeline_test.py +++ b/sdks/python/apache_beam/typehints/typed_pipeline_test.py @@ -22,8 +22,8 @@ import typing import unittest from typing import Tuple -import apache_beam as beam +import apache_beam as beam from apache_beam import pvalue from apache_beam import typehints from apache_beam.options.pipeline_options import OptionsContext