Skip to content

Commit 53e04e1

Browse files
committed
linter
1 parent 196e7e9 commit 53e04e1

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tests/tests_pytorch/trainer/connectors/test_callback_connector.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -391,12 +391,7 @@ def state_dict(self):
391391
"Found more than one stateful callback of type `ConflictingCallback`",
392392
),
393393
(
394-
[
395-
Callback(),
396-
ConflictingCallback(),
397-
Callback(),
398-
ConflictingCallback(),
399-
],
394+
[ConflictingCallback(), Callback(), ConflictingCallback()],
400395
"Found more than one stateful callback of type `ConflictingCallback`",
401396
),
402397
([ConflictingCallback(), AnotherConflictingCallback()], "Found more than one stateful callback"),

0 commit comments

Comments
 (0)