Skip to content

Commit

Permalink
manually fix isort
Browse files Browse the repository at this point in the history
  • Loading branch information
hjtran committed Dec 6, 2024
1 parent e2a53e8 commit 9260db4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sdks/python/apache_beam/typehints/typed_pipeline_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9260db4

Please sign in to comment.