mirror of
https://github.com/fergalmoran/picard.git
synced 2026-03-21 04:35:13 +00:00
MultiValue: remove assert statement to please Codacy
It shouldn't be needed anyways
This commit is contained in:
@@ -302,7 +302,6 @@ Grammar:
|
||||
|
||||
class MultiValue(MutableSequence):
|
||||
def __init__(self, parser, multi, separator):
|
||||
assert isinstance(multi, ScriptExpression)
|
||||
self.parser = parser
|
||||
if isinstance(separator, ScriptExpression):
|
||||
self.separator = separator.eval(self.parser)
|
||||
|
||||
Reference in New Issue
Block a user