Skip to content

Commit

Permalink
Add newline at end of __init__.py, and disable py3.4 because it takes…
Browse files Browse the repository at this point in the history
… too long.
  • Loading branch information
above-c-level committed Dec 2, 2018
1 parent bcf1155 commit d6b327e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cash_ml/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from cash_ml._version import __version__
from cash_ml.predictor import Predictor
from cash_ml.utils_models import load_ml_model
from cash_ml.utils_models import load_ml_model

0 comments on commit d6b327e

Please sign in to comment.