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 f34f7e3 commit 94d66cfCopy full SHA for 94d66cf
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