Skip to content

Commit d2fdd90

Browse files
committed
[fix] Fix flake8 issue
1 parent 298477e commit d2fdd90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

autoPyTorch/datasets/base_dataset.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
from abc import ABCMeta
21
import os
3-
from typing import Any, Dict, List, Optional, Sequence, Tuple, Union, cast
42
import uuid
3+
from abc import ABCMeta
4+
from typing import Any, Dict, List, Optional, Sequence, Tuple, Union, cast
55

66
import numpy as np
77

0 commit comments

Comments
 (0)