Skip to content

Commit 511c32f

Browse files
committed
undo typing change
1 parent d8c0c64 commit 511c32f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte_cdk/sources/streams/http/requests_native_auth/abstract_oauth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def build_refresh_request_headers(self) -> Mapping[str, Any] | None:
130130
headers = self.get_refresh_request_headers()
131131
return headers if headers else None
132132

133-
def refresh_access_token(self) -> Tuple[str, Optional[str]]:
133+
def refresh_access_token(self) -> Tuple[str, Union[str, int]]:
134134
"""
135135
Returns the refresh token and its expiration datetime
136136

0 commit comments

Comments
 (0)