From 8aebc44fd0bec4649af64f122c85c1cecd126791 Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Mon, 23 Sep 2024 18:23:18 +0300 Subject: [PATCH] FIXUP: Lint --- dangerzone/document.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dangerzone/document.py b/dangerzone/document.py index 5fc1eda..8af46f0 100644 --- a/dangerzone/document.py +++ b/dangerzone/document.py @@ -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