Skip to content

Commit

Permalink
rename function inn -> ru_inn
Browse files Browse the repository at this point in the history
  • Loading branch information
tabbols95 committed Nov 3, 2024
1 parent abea471 commit 5828572
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/validators/i18n/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from .fi import fi_business_id, fi_ssn
from .fr import fr_department, fr_ssn
from .ind import ind_aadhar, ind_pan
from .inn import inn as ru_inn
from .ru_inn import ru_inn

__all__ = (
"fi_business_id",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


@validator
def inn(value: str, /):
def ru_inn(value: str, /):
"""Return whether or not given value is a valid russian individual tax number.
This validator is algorithm [1].
Expand Down
File renamed without changes.

0 comments on commit 5828572

Please sign in to comment.