Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanbreimann committed Jul 23, 2024
1 parent a4549d5 commit 92afee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xomics/_utils/check_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def check_str(name=None, val=None, accept_none=False, return_empty_string=False,
raise ValueError(str_error)
return val


# TODO
# TODO check
def check_str_in_list(name=None, val=None, list_options=None, accept_none=False):
"""Check if val is one of the given options"""
Expand Down

0 comments on commit 92afee0

Please sign in to comment.