File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed
Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 1313from __future__ import annotations
1414
1515from collections .abc import AsyncIterator
16- from typing import TYPE_CHECKING , Any
16+ from typing import Any
1717
1818from openfga_sdk .api_client import ApiClient
19-
20-
21- if TYPE_CHECKING :
22- from openfga_sdk .client .models .raw_response import RawResponse
2319from openfga_sdk .exceptions import ApiValueError , FgaValidationException
2420from openfga_sdk .oauth2 import OAuth2Client
2521from openfga_sdk .telemetry import Telemetry
Original file line number Diff line number Diff line change 1515import urllib .parse
1616
1717from collections .abc import Iterator
18- from typing import TYPE_CHECKING , Any
18+ from typing import Any
1919
2020from openfga_sdk .exceptions import ApiValueError , FgaValidationException
21-
22-
23- if TYPE_CHECKING :
24- from openfga_sdk .client .models .raw_response import RawResponse
2521from openfga_sdk .sync .api_client import ApiClient
2622from openfga_sdk .sync .oauth2 import OAuth2Client
2723from openfga_sdk .telemetry import Telemetry
You can’t perform that action at this time.
0 commit comments