Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
riteshghorse committed Feb 5, 2024
1 parent 4dfe7e0 commit b7d62bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdks/python/apache_beam/transforms/environments_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,13 @@
from apache_beam.runners import pipeline_context
from apache_beam.runners.portability import stager
from apache_beam.transforms import environments
from apache_beam.transforms.environments import DockerEnvironment, PyPIArtifactRegistry
from apache_beam.transforms.environments import DockerEnvironment
from apache_beam.transforms.environments import EmbeddedPythonEnvironment
from apache_beam.transforms.environments import EmbeddedPythonGrpcEnvironment
from apache_beam.transforms.environments import Environment
from apache_beam.transforms.environments import ExternalEnvironment
from apache_beam.transforms.environments import ProcessEnvironment
from apache_beam.transforms.environments import PyPIArtifactRegistry
from apache_beam.transforms.environments import SubprocessSDKEnvironment

# create a temp directory so that all artifacts are put in the same directory.
Expand Down

0 comments on commit b7d62bc

Please sign in to comment.