mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-01 19:12:42 +00:00
docs: community docstring updates (#21040)
Added missed docstrings. Updated docstrings to consistent format.
This commit is contained in:
@@ -74,6 +74,7 @@ logger.addHandler(handler)
|
||||
|
||||
|
||||
def import_uptrain() -> Any:
|
||||
"""Import the `uptrain` package."""
|
||||
try:
|
||||
import uptrain
|
||||
except ImportError as e:
|
||||
|
Reference in New Issue
Block a user