Skip to content

Commit

Permalink
fix: resolve linter warning
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Nov 4, 2024
1 parent b216bdb commit 8216420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/credentials_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
from unittest import IsolatedAsyncioTestCase

import openfga_sdk
from openfga_sdk.exceptions import ApiValueError
from openfga_sdk.credentials import CredentialConfiguration, Credentials
from openfga_sdk.exceptions import ApiValueError


class TestCredentials(IsolatedAsyncioTestCase):
Expand Down

0 comments on commit 8216420

Please sign in to comment.