LangServe: Clean up init files (#11174)

Clean up init files
pull/11128/head^2
Eugene Yurtsev 11 months ago committed by GitHub
parent 785b9d47b7
commit 44489e7029
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +0,0 @@
from .client import RemoteRunnable
from .server import add_routes
__all__ = ["RemoteRunnable", "add_routes"]

@ -1,4 +1,4 @@
from .client import RemoteRunnable
from .server import add_routes
from langserve.client import RemoteRunnable
from langserve.server import add_routes
__all__ = ["RemoteRunnable", "add_routes"]

Loading…
Cancel
Save