Skip to content

Commit 39f6bfc

Browse files
committed
fix flake
1 parent 5ab2ca6 commit 39f6bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoPyTorch/evaluation/abstract_evaluator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ def _init_datamanager_info(
560560
self.splits = datamanager.splits
561561
if self.splits is None:
562562
raise AttributeError(f"create_splits on {datamanager.__class__.__name__} must be called "
563-
f"before the instantiation of {self.__class__.__name__}")
563+
f"before the instantiation of {self.__class__.__name__}")
564564

565565
# delete datamanager from memory
566566
del datamanager

0 commit comments

Comments
 (0)