Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenliang123 committed Sep 27, 2024
1 parent 4e4d495 commit 0c9e561
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class UnstructuredEpubExtractor(BaseExtractor):
def __init__(
self,
file_path: str,
api_url: Optional[str],
api_url: Optional[str] = None,
):
"""Initialize with file path."""
self._file_path = file_path
Expand Down

0 comments on commit 0c9e561

Please sign in to comment.