Revert "Mock code to hopefully trigger test coverage failure"
This reverts commit df3c4914b3
.
This commit is contained in:
parent
df3c4914b3
commit
658fbe3646
|
@ -159,7 +159,3 @@ def parse_list(value):
|
|||
elif value.startswith("'") and value.endswith("'"):
|
||||
values[i] = value[1:-1]
|
||||
return values
|
||||
|
||||
|
||||
def foo():
|
||||
raise NotImplementedError
|
||||
|
|
Loading…
Reference in a new issue