Skip to content

Commit 884c627

Browse files
committed
fix ruff
1 parent 46a6c4e commit 884c627

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
@@ -53,4 +53,4 @@ def resolve_one_of(
5353
raise ValueError(f"one of ${possibilities_keys} must be present")
5454

5555
# Else, return empty dict
56-
return {}
56+
return {}

0 commit comments

Comments
 (0)