Skip to content

Commit

Permalink
fix flake
Browse files Browse the repository at this point in the history
  • Loading branch information
willronchetti committed Nov 7, 2023
1 parent c5bbd07 commit cce6d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dcicutils/redis_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def get_expiration(self) -> datetime:
def get_jwt(self) -> str:
""" Returns the JWT set on this session token object """
return self.jwt

def get_email(self) -> str:
""" Returns the email set on this session token object """
return self.email
Expand Down

0 comments on commit cce6d05

Please sign in to comment.