Skip to content

Commit

Permalink
return
Browse files Browse the repository at this point in the history
  • Loading branch information
joente committed Dec 3, 2024
1 parent fb135ab commit 9359540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thingsdb/util/is_name.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@


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

0 comments on commit 9359540

Please sign in to comment.