Skip to content

Commit

Permalink
TLDR-517 style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
raxtemur committed Nov 23, 2023
1 parent 098840c commit cc8e61a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/test_module_attachment_extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def test_reader_attachments_dir(self) -> None:

with tempfile.TemporaryDirectory() as tmpdir:
params = {
"with_attachments": True,
"with_attachments": True,
"attachments_dir": tmpdir
}
result = docx_reader.read(path=os.path.join(self.src_dir, file_name), parameters=params)
Expand Down

0 comments on commit cc8e61a

Please sign in to comment.