Skip to content

Commit a3e39dd

Browse files
committed
remove unused warning in is_valid function
1 parent 3b6d161 commit a3e39dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/perChromSqlite.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ def is_valid(value):
5656
if value in [1, '1', True, 'True', 2, '2', 3, '3', 4, '4', 5, '5', 6, '6', 7, '7', 8, '8', 9, '9']:
5757
return True
5858

59-
print('warning: unexpected value:', value, 'in mutation file. use as True with causion!')
6059
return True
6160

6261

0 commit comments

Comments
 (0)