Skip to content

Commit

Permalink
remove should_refresh_token from filesystemtokenbackend
Browse files Browse the repository at this point in the history
  • Loading branch information
riptusk331 committed Nov 12, 2019
1 parent b9c40c4 commit 0d76179
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions O365/utils/token.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,13 +225,7 @@ def check_token(self):
"""
return self.token_path.exists()

<<<<<<< HEAD
=======
def should_refresh_token(self, con=None):
return not self.fs_wait


>>>>>>> 1e0da3b1019df592718115a0f08af219e7a8f061
class FirestoreBackend(BaseTokenBackend):
""" A Google Firestore database backend to store tokens """

Expand Down

0 comments on commit 0d76179

Please sign in to comment.