Skip to content

Commit 50a0f1b

Browse files
committed
Fixed the recommended Qodana inspections
1 parent 5259d01 commit 50a0f1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

zitadel_client/auth/oauth_authenticator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def refresh_token(self) -> Token:
7777

7878
T = TypeVar("T", bound="OAuthAuthenticatorBuilder[Any]")
7979

80-
80+
# noinspection PyTypeHintsInspection
8181
class OAuthAuthenticatorBuilder(ABC, Generic[T]):
8282
"""
8383
Abstract builder class for constructing OAuth authenticator instances.

0 commit comments

Comments
 (0)