Skip to content

Commit 6e874b3

Browse files
committed
chore: remove autogenerated code headers from files no longer generated
1 parent a36d78e commit 6e874b3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+0
-765
lines changed

openfga_sdk/__init__.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
"""
2-
Python SDK for OpenFGA
3-
4-
API version: 1.x
5-
Website: https://openfga.dev
6-
Documentation: https://openfga.dev/docs
7-
Support: https://openfga.dev/community
8-
License: [Apache-2.0](https://github.com/openfga/python-sdk/blob/main/LICENSE)
9-
10-
NOTE: This file was auto generated by OpenAPI Generator (https://openapi-generator.tech). DO NOT EDIT.
11-
"""
12-
131
from openfga_sdk.constants import SDK_VERSION as __version__
142

153
from openfga_sdk.api.open_fga_api import OpenFgaApi

openfga_sdk/api_client.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
"""
2-
Python SDK for OpenFGA
3-
4-
API version: 1.x
5-
Website: https://openfga.dev
6-
Documentation: https://openfga.dev/docs
7-
Support: https://openfga.dev/community
8-
License: [Apache-2.0](https://github.com/openfga/python-sdk/blob/main/LICENSE)
9-
10-
NOTE: This file was auto generated by OpenAPI Generator (https://openapi-generator.tech). DO NOT EDIT.
11-
"""
12-
131
import asyncio
142
import atexit
153
import datetime

openfga_sdk/client/__init__.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
"""
2-
Python SDK for OpenFGA
3-
4-
API version: 1.x
5-
Website: https://openfga.dev
6-
Documentation: https://openfga.dev/docs
7-
Support: https://openfga.dev/community
8-
License: [Apache-2.0](https://github.com/openfga/python-sdk/blob/main/LICENSE)
9-
10-
NOTE: This file was auto generated by OpenAPI Generator (https://openapi-generator.tech). DO NOT EDIT.
11-
"""
12-
131
from openfga_sdk.client.client import OpenFgaClient
142
from openfga_sdk.client.configuration import ClientConfiguration
153
from openfga_sdk.client.models.check_request import ClientCheckRequest

openfga_sdk/client/client.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
"""
2-
Python SDK for OpenFGA
3-
4-
API version: 1.x
5-
Website: https://openfga.dev
6-
Documentation: https://openfga.dev/docs
7-
Support: https://openfga.dev/community
8-
License: [Apache-2.0](https://github.com/openfga/python-sdk/blob/main/LICENSE)
9-
10-
NOTE: This file was auto generated by OpenAPI Generator (https://openapi-generator.tech). DO NOT EDIT.
11-
"""
12-
131
import asyncio
142
import uuid
153

openfga_sdk/client/configuration.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
"""
2-
Python SDK for OpenFGA
3-
4-
API version: 1.x
5-
Website: https://openfga.dev
6-
Documentation: https://openfga.dev/docs
7-
Support: https://openfga.dev/community
8-
License: [Apache-2.0](https://github.com/openfga/python-sdk/blob/main/LICENSE)
9-
10-
NOTE: This file was auto generated by OpenAPI Generator (https://openapi-generator.tech). DO NOT EDIT.
11-
"""
12-
131
from openfga_sdk.configuration import Configuration
142
from openfga_sdk.exceptions import FgaValidationException
153
from openfga_sdk.telemetry.attributes import TelemetryAttribute

openfga_sdk/client/models/__init__.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
"""
2-
Python SDK for OpenFGA
3-
4-
API version: 1.x
5-
Website: https://openfga.dev
6-
Documentation: https://openfga.dev/docs
7-
Support: https://openfga.dev/community
8-
License: [Apache-2.0](https://github.com/openfga/python-sdk/blob/main/LICENSE)
9-
10-
NOTE: This file was auto generated by OpenAPI Generator (https://openapi-generator.tech). DO NOT EDIT.
11-
"""
12-
131
from openfga_sdk.client.models.assertion import ClientAssertion
142
from openfga_sdk.client.models.batch_check_item import ClientBatchCheckItem
153
from openfga_sdk.client.models.batch_check_request import ClientBatchCheckRequest

openfga_sdk/client/models/assertion.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
1-
"""
2-
Python SDK for OpenFGA
3-
4-
API version: 1.x
5-
Website: https://openfga.dev
6-
Documentation: https://openfga.dev/docs
7-
Support: https://openfga.dev/community
8-
License: [Apache-2.0](https://github.com/openfga/python-sdk/blob/main/LICENSE)
9-
10-
NOTE: This file was auto generated by OpenAPI Generator (https://openapi-generator.tech). DO NOT EDIT.
11-
"""
12-
13-
141
class ClientAssertion:
152
"""
163
ClientAssertion flattens the input necessary for an Assertion

openfga_sdk/client/models/batch_check_item.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
"""
2-
Python SDK for OpenFGA
3-
4-
API version: 1.x
5-
Website: https://openfga.dev
6-
Documentation: https://openfga.dev/docs
7-
Support: https://openfga.dev/community
8-
License: [Apache-2.0](https://github.com/openfga/python-sdk/blob/main/LICENSE)
9-
10-
NOTE: This file was auto generated by OpenAPI Generator (https://openapi-generator.tech). DO NOT EDIT.
11-
"""
12-
131
from openfga_sdk.client.models.tuple import ClientTuple, convert_tuple_keys
142
from openfga_sdk.models.batch_check_item import BatchCheckItem
153
from openfga_sdk.models.check_request_tuple_key import CheckRequestTupleKey

openfga_sdk/client/models/batch_check_request.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
"""
2-
Python SDK for OpenFGA
3-
4-
API version: 1.x
5-
Website: https://openfga.dev
6-
Documentation: https://openfga.dev/docs
7-
Support: https://openfga.dev/community
8-
License: [Apache-2.0](https://github.com/openfga/python-sdk/blob/main/LICENSE)
9-
10-
NOTE: This file was auto generated by OpenAPI Generator (https://openapi-generator.tech). DO NOT EDIT.
11-
"""
12-
131
from openfga_sdk.client.models.batch_check_item import ClientBatchCheckItem
142

153

openfga_sdk/client/models/batch_check_response.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
"""
2-
Python SDK for OpenFGA
3-
4-
API version: 1.x
5-
Website: https://openfga.dev
6-
Documentation: https://openfga.dev/docs
7-
Support: https://openfga.dev/community
8-
License: [Apache-2.0](https://github.com/openfga/python-sdk/blob/main/LICENSE)
9-
10-
NOTE: This file was auto generated by OpenAPI Generator (https://openapi-generator.tech). DO NOT EDIT.
11-
"""
12-
131
from openfga_sdk.client.models.batch_check_single_response import (
142
ClientBatchCheckSingleResponse,
153
)

0 commit comments

Comments
 (0)