mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
add blank line at end of file (black lint)
Satisfy the black lint tool
This commit is contained in:
parent
201bf5ec03
commit
392c4bddb5
1 changed files with 1 additions and 1 deletions
|
@ -37,4 +37,4 @@ class Common(object):
|
||||||
|
|
||||||
@output_filename.setter
|
@output_filename.setter
|
||||||
def output_filename(self, filename: str) -> None:
|
def output_filename(self, filename: str) -> None:
|
||||||
self._output_filename = filename
|
self._output_filename = filename
|
||||||
|
|
Loading…
Reference in a new issue