Skip to content

Commit

Permalink
fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvin-muchiri committed Jun 26, 2023
1 parent 5bbae98 commit 8d41731
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion onadata/libs/utils/email.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ def check_token(self, invitation, token): # pylint: disable=arguments-renamed
# with:
# return False
if not constant_time_compare(
self._make_token_with_timestamp( # pylint: disable=unexpected-keyword-arg
# pylint: disable=unexpected-keyword-arg
self._make_token_with_timestamp(
invitation,
ts,
legacy=True,
Expand Down

0 comments on commit 8d41731

Please sign in to comment.