Skip to content

Commit e4e1596

Browse files
committed
update init to be explicit
1 parent 9e3b580 commit e4e1596

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vetiver/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
from .meta import *
1515
from .write_docker import *
1616
from .write_fastapi import *
17-
from .handlers._interface import create_handler
17+
from .handlers._interface import create_handler, InvalidModelError
1818
from .handlers.sklearn import SKLearnHandler
1919
from .handlers.torch import TorchHandler

0 commit comments

Comments
 (0)