Skip to content

Commit ee4784d

Browse files
committed
Update PyMuPDF
1 parent c074729 commit ee4784d

File tree

1 file changed

+5
-5
lines changed
  • libs/core/langchain_core/documents

1 file changed

+5
-5
lines changed

libs/core/langchain_core/documents/base.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -224,12 +224,12 @@ def from_path(
224224
@classmethod
225225
def from_data(
226226
cls,
227-
data: Union[str, bytes],
227+
data: Union[str, bytes],
228228
*,
229-
encoding: str = "utf-8",
230-
mime_type: Optional[str] = None,
231-
path: Optional[str] = None,
232-
metadata: Optional[dict] = None,
229+
encoding: str = "utf-8",
230+
mime_type: Optional[str] = None,
231+
path: Optional[str] = None,
232+
metadata: Optional[dict] = None,
233233
) -> Blob:
234234
"""Initialize the blob from in-memory data.
235235

0 commit comments

Comments
 (0)