Skip to content

Commit

Permalink
#358 Fix Fastai module import when loading artifact (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
parano authored Oct 23, 2019
1 parent dd23a76 commit 00555cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bentoml/artifact/fastai_model_artifact.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

def _import_fastai_module():
try:
import fastai
import fastai.basic_train
except ImportError:
raise ImportError(
"fastai package is required to use " "bentoml.artifacts.FastaiModelArtifact"
Expand Down

0 comments on commit 00555cd

Please sign in to comment.