Skip to content

Commit

Permalink
non-working validator removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathanjp91 committed Nov 13, 2023
1 parent 0efaedd commit 945cdde
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion darwin/future/data_objects/item.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ def validate_no_slashes(v: UnknownType) -> str:
assert isinstance(v, str), "Must be a string"
assert len(v) > 0, "cannot be empty"
assert "/" not in v, "cannot contain slashes"
# assert " " not in v, "cannot contain spaces"

return v

Expand Down

0 comments on commit 945cdde

Please sign in to comment.