Skip to content
Snippets Groups Projects
Commit 61bb8edf authored by Klaas Kliffen's avatar Klaas Kliffen :satellite:
Browse files

Fix missing self

parent 0871d286
Branches
No related tags found
1 merge request!8SDC-307 Cern dlaas notebook
......@@ -90,7 +90,7 @@ class shopping_client:
return self.basket
def _is_valid_token(token: Optional[str]) -> bool:
def _is_valid_token(self, token: Optional[str]) -> bool:
""" Checks expiry of the token """
if token is None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment