Skip to content

Commit

Permalink
Ensure that ModelExistsError is exported
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnVinyard committed Jun 24, 2017
1 parent 9f9f598 commit daa2f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion featureflow/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__version__ = '1.18.14'

from model import BaseModel
from model import BaseModel, ModelExistsError

from feature import Feature, JSONFeature, TextFeature, CompressedFeature, \
PickleFeature
Expand Down

0 comments on commit daa2f3d

Please sign in to comment.