style: format code using black

This commit is contained in:
jo 2023-02-01 11:14:08 +01:00 committed by Jonas L
parent 9c9b06e13e
commit bd76971312
8 changed files with 7 additions and 6 deletions

View file

@ -47,7 +47,6 @@ class StatsCollector:
self,
output: AnyOutput,
) -> Dict[str, Stats]:
response = self._session.get(
url=self.get_output_url(output),
auth=(output.admin_user, output.admin_password),