Skip to content

Commit

Permalink
LangServe: Clean up init files (#11174)
Browse files Browse the repository at this point in the history
Clean up init files
  • Loading branch information
eyurtsev authored Sep 28, 2023
1 parent 785b9d4 commit 44489e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions libs/langserve/__init__.py

This file was deleted.

4 changes: 2 additions & 2 deletions libs/langserve/langserve/__init__.py
Original file line number Diff line number Diff line change
@@ -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"]

0 comments on commit 44489e7

Please sign in to comment.