Skip to content

Commit

Permalink
TST fix mypy error
Browse files Browse the repository at this point in the history
  • Loading branch information
kmike committed Jul 21, 2017
1 parent 63f8899 commit 32c3796
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eli5/formatters/as_dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ def format_as_dataframe(explanation):
'exported. Consider using eli5.format_as_dataframes.'
.format(attr, ', '.join(other_attrs)))
return format_as_dataframe(value)
return None


@format_as_dataframe.register(FeatureImportances)
Expand Down

0 comments on commit 32c3796

Please sign in to comment.