Skip to content

Commit f08a9fb

Browse files
committed
Fix flake
1 parent a8fb556 commit f08a9fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoPyTorch/api/base_task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import uuid
1414
import warnings
1515
from abc import abstractmethod
16-
from typing import Any, Callable, Dict, List, Optional, Tuple, Union, cast
16+
from typing import Any, Callable, Dict, List, Optional, Union, cast
1717

1818
from ConfigSpace.configuration_space import Configuration, ConfigurationSpace
1919

0 commit comments

Comments
 (0)