Skip to content

Commit fd15a4d

Browse files
committed
helping actions
1 parent 65d34f4 commit fd15a4d

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
@@ -10,7 +10,7 @@
1010
from .attach_pkgs import * # noqa
1111
from .meta import * # noqa
1212
from .write_docker import write_docker # noqa
13-
from .write_fastapi import write_app # noqa
13+
from .write_fastapi import write_app, vetiver_write_app # noqa
1414
from .handlers.base import BaseHandler, create_handler, InvalidModelError # noqa
1515
from .handlers.sklearn import SKLearnHandler # noqa
1616
from .handlers.torch import TorchHandler # noqa

0 commit comments

Comments
 (0)