Skip to content

Commit 0e98bea

Browse files
Generate authorization
1 parent d38df9f commit 0e98bea

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

services/authorization/src/stackit/authorization/__init__.py

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

16-
1716
__version__ = "1.0.0"
1817

1918
# Define package exports

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

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

15-
1615
# import models into model package
1716
from stackit.authorization.models.add_custom_role_response import AddCustomRoleResponse
1817
from stackit.authorization.models.add_members_payload import AddMembersPayload

0 commit comments

Comments
 (0)