Skip to content

Commit 72c7712

Browse files
committed
noqas
1 parent d84144c commit 72c7712

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/integrations/spark/test_spark.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ def stageId(self): # noqa: N802
295295
def name(self):
296296
return "run-job"
297297

298-
def attemptId(self):
298+
def attemptId(self): # noqa: N802
299299
raise Py4JJavaError
300300

301301
def attemptNumber(self): # noqa: N802
@@ -329,10 +329,10 @@ def stageId(self): # noqa: N802
329329
def name(self):
330330
return "run-job"
331331

332-
def attemptId(self):
332+
def attemptId(self): # noqa: N802
333333
raise Py4JJavaError
334334

335-
def attemptNumber(self):
335+
def attemptNumber(self): # noqa: N802
336336
raise Py4JJavaError
337337

338338
class MockStageSubmitted:

0 commit comments

Comments
 (0)