Skip to content

Commit b553004

Browse files
author
maxime.c
committed
self code review
1 parent c74c37a commit b553004

File tree

1 file changed

+0
-2
lines changed
  • airbyte_cdk/sources/declarative/auth

1 file changed

+0
-2
lines changed

airbyte_cdk/sources/declarative/auth/oauth.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ class DeclarativeOauth2Authenticator(AbstractOauth2Authenticator, DeclarativeAut
8080
refresh_token_error_values: Tuple[str, ...] = ()
8181

8282
def __post_init__(self, parameters: Mapping[str, Any]) -> None:
83-
# Convert lists to tuples for parent class compatibility
84-
8583
super().__init__(
8684
refresh_token_error_status_codes=self.refresh_token_error_status_codes,
8785
refresh_token_error_key=self.refresh_token_error_key,

0 commit comments

Comments
 (0)