Skip to content

Commit a2fc2ec

Browse files
committed
type hint
1 parent 400387e commit a2fc2ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sentry_sdk/integrations/spark/spark_driver.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ def onStageCompleted(self, stageCompleted): # noqa: N802,N803
295295

296296

297297
def _get_attempt_id(stage_info):
298+
# type: (Any) -> Optional[int]
298299
from py4j.protocol import Py4JJavaError # type: ignore
299300

300301
try:

0 commit comments

Comments
 (0)