Skip to content

Commit 9359540

Browse files
committed
return
1 parent fb135ab commit 9359540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

thingsdb/util/is_name.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55

66
def is_name(s: str) -> bool:
7-
bool(_VALID_NAME.match(s))
7+
return bool(_VALID_NAME.match(s))

0 commit comments

Comments
 (0)