Skip to content

Commit

Permalink
Ignore coverage for line that isn't hit on tests, but is valid
Browse files Browse the repository at this point in the history
  • Loading branch information
EntilZha committed Dec 29, 2017
1 parent 21f056b commit cf4e2f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functional/streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def _parse_args(self, args, engine, error_message):
if isinstance(args[0], pandas.DataFrame):
return Sequence(
args[0].values, engine=engine, max_repr_items=self.max_repr_items)
except ImportError:
except ImportError: # pragma: no cover
pass

if len(args) > 1:
Expand Down

0 comments on commit cf4e2f1

Please sign in to comment.