Skip to content

Commit 3ff9291

Browse files
Generate serverbackup (#1007)
1 parent 753a2a9 commit 3ff9291

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

services/serverbackup/src/stackit/serverbackup/configuration.py

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# coding: utf-8
22

3+
import sys
4+
5+
import os
6+
7+
38
"""
49
STACKIT Server Backup Management API
510
@@ -12,8 +17,6 @@
1217
Do not edit the class manually.
1318
""" # noqa: E501 docstring might be too long
1419

15-
import os
16-
1720

1821
class HostConfiguration:
1922
def __init__(
@@ -30,6 +33,7 @@ def __init__(
3033
"as a function argument instead of being set in the client configuration.\n"
3134
"Once all services have migrated, the methods to specify the region in the client configuration "
3235
"will be removed.",
36+
file=sys.stderr,
3337
)
3438
"""Constructor
3539
"""

0 commit comments

Comments
 (0)