Skip to content

Commit

Permalink
fixed lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
seyoon-lim committed Aug 27, 2024
1 parent 2a66e26 commit f8defa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sentry_sdk/integrations/spark/spark_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def _set_app_properties():


def _start_sentry_listener(sc):
# type: (Any) -> None
# type: (SparkContext) -> None
"""
Start java gateway server to add custom `SparkListener`
"""
Expand All @@ -52,7 +52,7 @@ def _start_sentry_listener(sc):


def _add_event_processor(sc):
# type: (Any) -> None
# type: (SparkContext) -> None
scope = sentry_sdk.get_isolation_scope()

@scope.add_event_processor
Expand Down

0 comments on commit f8defa0

Please sign in to comment.