Skip to content

Commit 3ecf67d

Browse files
committed
remove useless import
1 parent 70821cf commit 3ecf67d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scaleway-core/scaleway_core/utils/resolve_one_of.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from dataclasses import dataclass
2-
from typing import Any, Dict, Generic, List, Optional, TypeVar, Callable
2+
from typing import Any, Dict, Generic, List, Optional, TypeVar
33

44
T = TypeVar("T")
55

0 commit comments

Comments
 (0)