Skip to content

Commit 8216420

Browse files
committed
fix: resolve linter warning
1 parent b216bdb commit 8216420

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/credentials_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
from unittest import IsolatedAsyncioTestCase
1414

1515
import openfga_sdk
16-
from openfga_sdk.exceptions import ApiValueError
1716
from openfga_sdk.credentials import CredentialConfiguration, Credentials
17+
from openfga_sdk.exceptions import ApiValueError
1818

1919

2020
class TestCredentials(IsolatedAsyncioTestCase):

0 commit comments

Comments
 (0)