Skip to content

Commit 92afee0

Browse files
Update tests
1 parent a4549d5 commit 92afee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xomics/_utils/check_type.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def check_str(name=None, val=None, accept_none=False, return_empty_string=False,
7474
raise ValueError(str_error)
7575
return val
7676

77-
77+
# TODO
7878
# TODO check
7979
def check_str_in_list(name=None, val=None, list_options=None, accept_none=False):
8080
"""Check if val is one of the given options"""

0 commit comments

Comments
 (0)