Skip to content

Commit 2bb0ea0

Browse files
committed
Fix ruff
1 parent 2c6c256 commit 2bb0ea0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

scaleway-core/scaleway_core/api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
from urllib3.util import Retry
1919

2020

21-
2221
@dataclass
2322
class APILogger:
2423
logger: logging.Logger

scaleway-core/scaleway_core/utils/resolve_one_of.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
from dataclasses import dataclass
44
from typing import Any, Dict, Generic, List, Optional, TypeVar
55
from typing import TYPE_CHECKING
6+
67
if TYPE_CHECKING:
78
from _typeshed import SupportsKeysAndGetItem
89

0 commit comments

Comments
 (0)