Skip to content

Commit

Permalink
style:fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Aries-ckt committed Oct 16, 2024
1 parent 1262c34 commit 9678916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbgpt/rag/knowledge/docx.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def _load(self) -> List[Document]:
documents = self._loader.load()
else:
docs = []
_SerializedRelationships.load_from_xml = load_from_xml_v2
_SerializedRelationships.load_from_xml = load_from_xml_v2 # type: ignore
doc = docx.Document(self._path)
content = []

Expand Down

0 comments on commit 9678916

Please sign in to comment.