chore: apply pre-commit fixes
This commit is contained in:
parent
4820a42f4c
commit
bfffcd9e35
1 changed files with 1 additions and 0 deletions
|
|
@ -157,6 +157,7 @@ class DocumentConverterResult:
|
||||||
with open(file_path, "w", encoding=encoding) as f:
|
with open(file_path, "w", encoding=encoding) as f:
|
||||||
f.write(self.text_content)
|
f.write(self.text_content)
|
||||||
|
|
||||||
|
|
||||||
class DocumentConverter:
|
class DocumentConverter:
|
||||||
"""Abstract superclass of all DocumentConverters."""
|
"""Abstract superclass of all DocumentConverters."""
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue