Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <pingsutw@apache.org>
  • Loading branch information
pingsutw committed Aug 3, 2024
1 parent e00d78d commit e6bb844
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flytekit/models/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ def __init__(self, key, values):
raise TypeError(f"values must be a list. but got {type(values)}")

Check warning on line 122 in flytekit/models/filters.py

View check run for this annotation

Codecov / codecov/patch

flytekit/models/filters.py#L122

Added line #L122 was not covered by tests
super(SetFilter, self).__init__(key, ";".join(values))


@classmethod
def _parse_value(cls, value):
return value.split(";")
Expand Down

0 comments on commit e6bb844

Please sign in to comment.