Skip to content

Commit

Permalink
pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-kklein committed Feb 27, 2024
1 parent 4393bb6 commit d5ea50a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/bssclient/client/bssclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ async def get_ermittlungsauftraege(self, limit: int = 0, offset: int = 0) -> lis
return _list_of_ermittlungsauftraege.root

async def get_aufgabe_stats(self) -> AufgabeStats:
"""
get statistics for all aufgaben types
"""
session = await self._get_session()
request_url = self._config.server_url / "api" / "Aufgabe" / "stats"
request_uuid = uuid.uuid4()
Expand Down

0 comments on commit d5ea50a

Please sign in to comment.