mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-01 11:12:24 +02:00
FIXUP: Lint
This commit is contained in:
parent
27925d24a4
commit
8aebc44fd0
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ class Document:
|
|||
self._output_filename = filename
|
||||
|
||||
@property
|
||||
def sanitized_output_filename(self) -> None:
|
||||
def sanitized_output_filename(self) -> str:
|
||||
return util.replace_control_chars(self.output_filename)
|
||||
|
||||
@property
|
||||
|
|
Loading…
Reference in a new issue