Skip to content

Commit 83b2048

Browse files
style: Apply automated code formatting [skip ci]
1 parent f60f133 commit 83b2048

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

zitadel_client/auth/oauth_authenticator.py

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

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

80+
8081
# noinspection PyTypeHintsInspection
8182
class OAuthAuthenticatorBuilder(ABC, Generic[T]):
8283
"""

0 commit comments

Comments
 (0)