mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-15 22:44:36 +00:00
community[patch]: docstrings (#16810)
- added missed docstrings - formated docstrings to the consistent form
This commit is contained in:
@@ -2,7 +2,7 @@ from typing import Any, Dict, List, Optional, Tuple, Union
|
||||
|
||||
|
||||
class NeptuneQueryException(Exception):
|
||||
"""A class to handle queries that fail to execute"""
|
||||
"""Exception for the Neptune queries."""
|
||||
|
||||
def __init__(self, exception: Union[str, Dict]):
|
||||
if isinstance(exception, dict):
|
||||
|
Reference in New Issue
Block a user