Skip to content

Commit 753a2a9

Browse files
Generate ske (#1011)
1 parent 658aad3 commit 753a2a9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

services/ske/src/stackit/ske/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
SKE-API
510
@@ -11,8 +16,6 @@
1116
Do not edit the class manually.
1217
""" # noqa: E501 docstring might be too long
1318

14-
import os
15-
1619

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

0 commit comments

Comments
 (0)