Skip to content

Commit

Permalink
Fix flake
Browse files Browse the repository at this point in the history
  • Loading branch information
ravinkohli committed Mar 23, 2021
1 parent a8fb556 commit f08a9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoPyTorch/api/base_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import uuid
import warnings
from abc import abstractmethod
from typing import Any, Callable, Dict, List, Optional, Tuple, Union, cast
from typing import Any, Callable, Dict, List, Optional, Union, cast

from ConfigSpace.configuration_space import Configuration, ConfigurationSpace

Expand Down

0 comments on commit f08a9fb

Please sign in to comment.