Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
melizeche committed Feb 15, 2025
1 parent 5e35976 commit af5965a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion authentik/lib/utils/email.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ def mask_email(email: str | None) -> str | None:
if not email:
return None


try:
# Basic email format validation
if email.count("@") != 1:
Expand Down

0 comments on commit af5965a

Please sign in to comment.