Skip to content

Commit fbbf418

Browse files
author
Claude
committed
lint.
1 parent 260a077 commit fbbf418

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

sdks/python/apache_beam/options/pipeline_construction_options.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,6 @@
2020
2121
This module provides thread-safe and async-safe access to PipelineOptions
2222
using contextvars.
23-
24-
Usage:
25-
# Reading options (from anywhere in the call stack):
26-
from apache_beam.options.pipeline_construction_options import get_current_pipeline_options
27-
options = get_current_pipeline_options()
28-
29-
# Setting options (typically done internally by Pipeline):
30-
from apache_beam.options.pipeline_construction_options import scoped_pipeline_options
31-
with scoped_pipeline_options(options):
32-
# All code here sees these options
33-
...
3423
"""
3524

3625
from contextlib import contextmanager

sdks/python/apache_beam/options/pipeline_construction_options_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
import unittest
2727

2828
import apache_beam as beam
29-
3029
from apache_beam.options.pipeline_construction_options import get_current_pipeline_options
3130
from apache_beam.options.pipeline_construction_options import scoped_pipeline_options
3231
from apache_beam.options.pipeline_options import PipelineOptions

0 commit comments

Comments
 (0)