Skip to content

Commit

Permalink
fix : useless line deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTraveylan committed Sep 3, 2024
1 parent 22e7b59 commit e0553f0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/commun/validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,3 @@ def validate_code(value: str) -> str:
"Code must be 8 characters long, composed of uppercase letters and numbers."
)
return value

return value

0 comments on commit e0553f0

Please sign in to comment.