Make parameter actually optional

This commit is contained in:
Alex Pyrgiotis 2023-09-07 14:49:07 +03:00
parent 20157bef58
commit 8a0c0a4673
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA

View file

@ -67,7 +67,7 @@ class Qubes(IsolationProvider):
def _convert( def _convert(
self, self,
document: Document, document: Document,
ocr_lang: Optional[str], ocr_lang: Optional[str] = None,
) -> bool: ) -> bool:
success = False success = False