Skip to content

Commit 9a93053

Browse files
committed
Revert "Generate sfs (#2883)"
This reverts commit 48a75d4.
1 parent 66b4652 commit 9a93053

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

services/sfs/src/stackit/sfs/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
Do not edit the class manually.
1414
""" # noqa: E501
1515

16+
1617
__version__ = "1.0.0"
1718

1819
# Define package exports

services/sfs/src/stackit/sfs/models/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
Do not edit the class manually.
1313
""" # noqa: E501
1414

15+
1516
# import models into model package
1617
from stackit.sfs.models.create_resource_pool_payload import CreateResourcePoolPayload
1718
from stackit.sfs.models.create_resource_pool_response import CreateResourcePoolResponse

0 commit comments

Comments
 (0)