Skip to content

Commit d9df5d0

Browse files
afourneyjeonsworld
authored andcommitted
Fixed formatting.
1 parent 41addf9 commit d9df5d0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/markitdown/src/markitdown/_stream_info.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ class StreamInfo:
1111
mimetype: Optional[str] = None
1212
extension: Optional[str] = None
1313
charset: Optional[str] = None
14-
filename: Optional[str] = (
15-
None # From local path, url, or Content-Disposition header
16-
)
14+
filename: Optional[
15+
str
16+
] = None # From local path, url, or Content-Disposition header
1717
local_path: Optional[str] = None # If read from disk
1818
url: Optional[str] = None # If read from url
1919

0 commit comments

Comments
 (0)