Skip to content

Commit

Permalink
Improvement[Community] Improve api doc for `SingleFileFacebookMesseng…
Browse files Browse the repository at this point in the history
…erChatLoader` (#25536)

Delete redundant args in api doc
  • Loading branch information
ZhangShenao authored Aug 19, 2024
1 parent 49dea06 commit 4255a30
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 4255a30

Please sign in to comment.