Skip to content

Commit 502fa8e

Browse files
author
Evan Sims
committed
feat: further type hinting improvements
1 parent 355c6eb commit 502fa8e

File tree

146 files changed

+12969
-14172
lines changed

Some content is hidden

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

146 files changed

+12969
-14172
lines changed

openfga_sdk/api/open_fga_api.py

+376-1,290
Large diffs are not rendered by default.

openfga_sdk/api_client.py

+138-824
Large diffs are not rendered by default.

openfga_sdk/client/__init__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@
1111
"""
1212

1313
from openfga_sdk.client.client import OpenFgaClient
14-
from openfga_sdk.client.configuration import ClientConfiguration
14+
from openfga_sdk.client.configuration import Configuration, ClientConfiguration
1515
from openfga_sdk.client.models.check_request import ClientCheckRequest
1616

1717

1818
__all__ = [
1919
"OpenFgaClient",
20+
"Configuration",
2021
"ClientConfiguration",
2122
"ClientCheckRequest",
2223
]

0 commit comments

Comments
 (0)