We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b216bdb commit 8216420Copy full SHA for 8216420
1 file changed
test/credentials_test.py
@@ -13,8 +13,8 @@
13
from unittest import IsolatedAsyncioTestCase
14
15
import openfga_sdk
16
-from openfga_sdk.exceptions import ApiValueError
17
from openfga_sdk.credentials import CredentialConfiguration, Credentials
+from openfga_sdk.exceptions import ApiValueError
18
19
20
class TestCredentials(IsolatedAsyncioTestCase):
0 commit comments