mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-02 11:39:18 +00:00
community[patch]: docstrings update (#20301)
Added missed docstrings. Format docstings to the consistent form.
This commit is contained in:
@@ -14,6 +14,8 @@ if TYPE_CHECKING:
|
||||
|
||||
|
||||
class SetupMode(Enum):
|
||||
"""Setup mode for AstraDBEnvironment as enumerator."""
|
||||
|
||||
SYNC = 1
|
||||
ASYNC = 2
|
||||
OFF = 3
|
||||
|
Reference in New Issue
Block a user