Skip to content

Commit 6937b7b

Browse files
committed
merge
2 parents a417b72 + 9359540 commit 6937b7b

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)