Skip to content

Commit da4fdc3

Browse files
authored
Allow multiple auths (#922)
Fixes #882
1 parent 02603ca commit da4fdc3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/kaggle/api/kaggle_api_extended.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,6 @@ def _authenticate_with_access_token(self):
736736
self.CONFIG_NAME_AUTH_METHOD: AuthMethod.ACCESS_TOKEN,
737737
}
738738
self.logger.debug(f"Authenticated with access token in: {source}")
739-
os.environ.pop("KAGGLE_API_TOKEN", None)
740739
return True
741740

742741
def _authenticate_with_oauth_creds(self) -> bool:

0 commit comments

Comments
 (0)