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 011e861 commit 014a6bbCopy full SHA for 014a6bb
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
"""Description"""
9
if not value:
0 commit comments