Skip to content

Commit

Permalink
Similar coverage ignore to last one
Browse files Browse the repository at this point in the history
  • Loading branch information
EntilZha committed Dec 29, 2017
1 parent cf4e2f1 commit cef98a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functional/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -1712,7 +1712,7 @@ def _wrap(value):
import pandas
if isinstance(value, pandas.DataFrame):
return Sequence(value.values)
except ImportError:
except ImportError: # pragma: no cover
pass

return Sequence(value)
Expand Down

0 comments on commit cef98a1

Please sign in to comment.