Skip to content

Commit 0c898b8

Browse files
committed
clean code
1 parent 544685e commit 0c898b8

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

scaleway/scaleway/instance/v1/custom_types.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
from scaleway_core.bridge import Zone
55

6-
76
@dataclass
87
class GetServerUserDataRequest:
98
zone: Optional[Zone]
@@ -17,15 +16,3 @@ class GetServerUserDataRequest:
1716
"""
1817
Key defines the user data key to get
1918
"""
20-
21-
22-
@dataclass
23-
class GetServerUserDataResponse:
24-
server_id: str
25-
26-
key: str
27-
"""
28-
Key of the user data
29-
"""
30-
31-
content: str

0 commit comments

Comments
 (0)