mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-28 15:00:23 +00:00
experimental: docstrings update (#18048)
Added missed docstrings. Formatted docsctrings to the consistent format.
This commit is contained in:
@@ -20,7 +20,7 @@ else:
|
||||
|
||||
|
||||
def import_rellm() -> rellm:
|
||||
"""Lazily import rellm."""
|
||||
"""Lazily import of the rellm package."""
|
||||
try:
|
||||
import rellm
|
||||
except ImportError:
|
||||
|
Reference in New Issue
Block a user