We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f80d56 commit 1bc9f46Copy full SHA for 1bc9f46
src/validators/inn.py
@@ -1,9 +1,9 @@
1
"""Inn."""
2
3
-# from .utils import validator
+from .utils import validator
4
5
6
-# @validator
+@validator
7
def inn(value: str, /):
8
"""Return whether or not given value is a valid russian individual tax number.
9
0 commit comments