Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Coniferish committed Oct 6, 2023
1 parent ba79d8a commit d3faf31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unstructured/partition/msg.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def partition_msg(
text=text,
languages=[""],
include_metadata=False, # metadata is overwritten later, so no need to compute it here
detection_origin="msg"
detection_origin="msg",
)
else:
elements = partition_text(
Expand Down

0 comments on commit d3faf31

Please sign in to comment.