Skip to content

Commit f391e97

Browse files
author
Osmar Coronel
committed
Formatted beam files
1 parent 1453674 commit f391e97

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

sentry_sdk/integrations/beam.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from sentry_sdk.integrations.logging import ignore_logger
1212

1313
WRAPPED_FUNC = "_wrapped_{}_"
14-
INSPECT_FUNC = "_inspect_{}" # Required format per apache_beam/transforms/core.py
14+
INSPECT_FUNC = "_inspect_{}" # Required format per apache_beam/transforms/core.py
1515
USED_FUNC = "_sentry_used_"
1616

1717

tests/integrations/beam/test_beam.py

-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ def process_outputs(self, windowed_input_element, results):
161161
print("In here")
162162

163163

164-
165164
@pytest.fixture
166165
def init_beam(sentry_init):
167166
def inner(fn):

0 commit comments

Comments
 (0)