Fix type hints

This commit is contained in:
Joscha
2020-06-26 13:17:44 +00:00
parent 52f31e2783
commit 402ae81335
2 changed files with 11 additions and 10 deletions

View File

@ -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