Skip to content

Commit 89f027a

Browse files
committed
satisfy old black?
1 parent 5b7ccb6 commit 89f027a

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

setup.py

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -568,9 +568,11 @@ class DownloadLibzim(Command):
568568

569569
user_options = [] # noqa: RUF012
570570

571-
def initialize_options(self): ...
571+
def initialize_options(self):
572+
...
572573

573-
def finalize_options(self): ...
574+
def finalize_options(self):
575+
...
574576

575577
def run(self):
576578
config.download_to_dest()
@@ -579,9 +581,11 @@ def run(self):
579581
class LibzimClean(Command):
580582
user_options = [] # noqa: RUF012
581583

582-
def initialize_options(self): ...
584+
def initialize_options(self):
585+
...
583586

584-
def finalize_options(self): ...
587+
def finalize_options(self):
588+
...
585589

586590
def run(self):
587591
config.cleanup()

0 commit comments

Comments
 (0)