Skip to content

Commit 7510d50

Browse files
committed
Fix yapf formatting and ignore local venv
1 parent 887d603 commit 7510d50

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,3 +154,4 @@ playground/cloudfunction.zip
154154
# Ignore .test-infra/metrics/github_runs_prefetcher/code.zip
155155
# as its generated with terraform
156156
.test-infra/metrics/sync/github/github_runs_prefetcher/code.zip
157+
.venv/

sdks/python/apache_beam/transforms/external.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -804,8 +804,8 @@ def expand(self, pvalueish: pvalue.PCollection) -> pvalue.PCollection:
804804
spec=beam_runner_api_pb2.FunctionSpec(
805805
urn=common_urns.primitives.IMPULSE.urn),
806806
outputs={'out': transform_proto.inputs[tag]}))
807-
808-
# Retrieve type hints and store them in variables
807+
808+
# Retrieve type hints and store them in variables
809809
# to avoid duplicate calls and AttributeError
810810
hints = self.get_type_hints()
811811
output_coders = None

0 commit comments

Comments
 (0)