mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01: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