chore: apply pre-commit fixes

This commit is contained in:
abdeladim-s 2024-12-19 15:01:42 -05:00
parent 4820a42f4c
commit bfffcd9e35

View file

@ -157,6 +157,7 @@ class DocumentConverterResult:
with open(file_path, "w", encoding=encoding) as f:
f.write(self.text_content)
class DocumentConverter:
"""Abstract superclass of all DocumentConverters."""