Skip to content

Commit

Permalink
Add decorator validator
Browse files Browse the repository at this point in the history
  • Loading branch information
tabbols95 committed Oct 27, 2024
1 parent 6f80d56 commit 1bc9f46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/validators/inn.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
"""Inn."""

# from .utils import validator
from .utils import validator


# @validator
@validator
def inn(value: str, /):
"""Return whether or not given value is a valid russian individual tax number.
Expand Down

0 comments on commit 1bc9f46

Please sign in to comment.