Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
joente committed Dec 3, 2024
2 parents a417b72 + 9359540 commit 6937b7b
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 6937b7b

Please sign in to comment.