Skip to content

Commit 827c358

Browse files
author
Evan Sims
committed
feat: further type hinting improvements
1 parent e318e15 commit 827c358

File tree

140 files changed

+8631
-9865
lines changed

Some content is hidden

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

140 files changed

+8631
-9865
lines changed

openfga_sdk/api/open_fga_api.py

+212-854
Large diffs are not rendered by default.

openfga_sdk/api_client.py

+138-813
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)