Skip to content

Commit

Permalink
Fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
VeronicaWasson committed Jan 12, 2024
1 parent 20c40af commit 1ab1322
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dataflow/snippets/batch_write_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

from typing_extensions import Self


def write_to_cloud_storage(argv : List[str] = None) -> None:
# Parse the pipeline options passed into the application.
class MyOptions(PipelineOptions):
Expand Down

0 comments on commit 1ab1322

Please sign in to comment.