mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 23:45:05 +02:00
Fix type hints
This commit is contained in:
parent
52f31e2783
commit
402ae81335
2 changed files with 11 additions and 10 deletions
|
|
@ -158,7 +158,7 @@ class Pferd(Location):
|
|||
|
||||
return organizer
|
||||
|
||||
def print_summary(self):
|
||||
def print_summary(self) -> None:
|
||||
self._download_summary.print(LOGGER, PRETTY)
|
||||
|
||||
@swallow_and_print_errors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue