2
0
Fork 0

Revert "Mock code to hopefully trigger test coverage failure"

This reverts commit df3c4914b3.
This commit is contained in:
Lance Edgar 2023-10-30 18:31:08 -05:00
parent df3c4914b3
commit 658fbe3646

View file

@ -159,7 +159,3 @@ def parse_list(value):
elif value.startswith("'") and value.endswith("'"): elif value.startswith("'") and value.endswith("'"):
values[i] = value[1:-1] values[i] = value[1:-1]
return values return values
def foo():
raise NotImplementedError