mirror of
https://github.com/Garmelon/PFERD.git
synced 2025-09-09 14:12:26 +02:00
Fix type hints
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user