Skip to content

Commit 8c0fbc1

Browse files
committed
Fix flake
1 parent 23c1667 commit 8c0fbc1

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

autoPyTorch/pipeline/components/setup/network_embedding/base_network_embedding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import copy
2-
from typing import Any, Dict, Optional, Tuple, Union
2+
from typing import Any, Dict, Optional, Tuple
33

44
import numpy as np
55

autoPyTorch/pipeline/components/training/trainer/RowCutMixTrainer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import random
21
import typing
32

43
import numpy as np

autoPyTorch/pipeline/components/training/trainer/RowCutOutTrainer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import random
21
import typing
32

43
import numpy as np

0 commit comments

Comments
 (0)