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.
2 parents a417b72 + 9359540 commit 6937b7bCopy full SHA for 6937b7b
thingsdb/util/is_name.py
@@ -4,4 +4,4 @@
4
5
6
def is_name(s: str) -> bool:
7
- bool(_VALID_NAME.match(s))
+ return bool(_VALID_NAME.match(s))
0 commit comments