Skip to content

Commit b85d044

Browse files
committed
Merge pull request apache#13 from AlmogCohen/develop
Added missing import for InvalidArgumentError
2 parents 849c2d5 + a6f841f commit b85d044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

predictionio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
__version__ = "0.9.2"
99

1010
# import deprecated libraries.
11-
from predictionio.obsolete import Client
11+
from predictionio.obsolete import Client, InvalidArgumentError
1212

1313
# import packages
1414
import re

0 commit comments

Comments
 (0)