From 757810570031970930ed488d36372a0d5ae2089e Mon Sep 17 00:00:00 2001 From: SDK Generator Bot Date: Tue, 29 Apr 2025 14:38:48 +0000 Subject: [PATCH] Generate serverupdate --- .../src/stackit/serverupdate/configuration.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/services/serverupdate/src/stackit/serverupdate/configuration.py b/services/serverupdate/src/stackit/serverupdate/configuration.py index 5f9dfbc7..e400d969 100644 --- a/services/serverupdate/src/stackit/serverupdate/configuration.py +++ b/services/serverupdate/src/stackit/serverupdate/configuration.py @@ -1,5 +1,10 @@ # coding: utf-8 +import sys + +import os + + """ STACKIT Server Update Management API @@ -12,8 +17,6 @@ Do not edit the class manually. """ # noqa: E501 docstring might be too long -import os - class HostConfiguration: def __init__( @@ -30,6 +33,7 @@ def __init__( "as a function argument instead of being set in the client configuration.\n" "Once all services have migrated, the methods to specify the region in the client configuration " "will be removed.", + file=sys.stderr, ) """Constructor """