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 fb135ab commit 9359540Copy full SHA for 9359540
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