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 e084aac commit 20bed0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onadata/libs/utils/email.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def check_token(self, invitation, token): # pylint: disable=arguments-renamed
# with:
# return False
if not constant_time_compare(
self._make_token_with_timestamp(
self._make_token_with_timestamp( # pylint: disable=no-value-for-parameter,unexpected-keyword-arg,line-too-long
invitation,
ts,
legacy=True,
Expand Down

0 comments on commit 20bed0e

Please sign in to comment.