diff --git a/libs/community/langchain_community/chat_loaders/facebook_messenger.py b/libs/community/langchain_community/chat_loaders/facebook_messenger.py index bd7d1ba15cfd0..2bf883b0f0fe9 100644 --- a/libs/community/langchain_community/chat_loaders/facebook_messenger.py +++ b/libs/community/langchain_community/chat_loaders/facebook_messenger.py @@ -16,9 +16,6 @@ class SingleFileFacebookMessengerChatLoader(BaseChatLoader): Args: path (Union[Path, str]): The path to the chat file. - Attributes: - path (Path): The path to the chat file. - """ def __init__(self, path: Union[Path, str]) -> None: @@ -58,9 +55,6 @@ class FolderFacebookMessengerChatLoader(BaseChatLoader): path (Union[str, Path]): The path to the directory containing the chat files. - Attributes: - path (Path): The path to the directory containing the chat files. - """ def __init__(self, path: Union[str, Path]) -> None: