Skip to content

Commit

Permalink
release/0.7.2: Add missed import for tests and examples
Browse files Browse the repository at this point in the history
  • Loading branch information
nok committed Jan 20, 2019
1 parent dee386f commit a6d5e20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sklearn_porter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
from os.path import join
from json import load

from sklearn_porter.Porter import Porter


def _load_meta(path):
"""
Expand Down

0 comments on commit a6d5e20

Please sign in to comment.