Skip to content

Commit

Permalink
Remove relative imports. (apache#27323)
Browse files Browse the repository at this point in the history
  • Loading branch information
tvalentyn authored and cushon committed May 24, 2024
1 parent 0646991 commit 4992615
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions sdks/python/apache_beam/examples/snippets/snippets_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
from apache_beam import typehints
from apache_beam.coders.coders import ToBytesCoder
from apache_beam.examples.snippets import snippets
from apache_beam.examples.snippets import snippets_examples_wordcount_debugging
from apache_beam.examples.snippets import snippets_examples_wordcount_minimal
from apache_beam.examples.snippets import snippets_examples_wordcount_wordcount
from apache_beam.metrics import Metrics
from apache_beam.metrics.metric import MetricsFilter
from apache_beam.options.pipeline_options import GoogleCloudOptions
Expand All @@ -61,10 +64,6 @@
from apache_beam.transforms.window import TimestampedValue
from apache_beam.utils.windowed_value import WindowedValue

from . import snippets_examples_wordcount_debugging
from . import snippets_examples_wordcount_minimal
from . import snippets_examples_wordcount_wordcount

# Protect against environments where apitools library is not available.
# pylint: disable=wrong-import-order, wrong-import-position
try:
Expand Down

0 comments on commit 4992615

Please sign in to comment.