LangServe: Clean up init files (#11174)

Clean up init files
This commit is contained in:
Eugene Yurtsev
2023-09-28 11:10:42 -04:00
committed by GitHub
parent 785b9d47b7
commit 44489e7029
2 changed files with 2 additions and 6 deletions

View File

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

View File

@@ -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"]