Skip to content

Commit

Permalink
Minor formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWatzinger committed Sep 10, 2024
1 parent 4754567 commit d0c1a3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openatlas/database/entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ def get_overview_counts(classes: list[str]) -> dict[str, int]:
{'classes': tuple(classes)})
return {row['name']: row['count'] for row in g.cursor.fetchall()}


def get_overview_counts_by_type(
ids: list[int],
classes: list[str]) -> dict[str, int]:
Expand Down

0 comments on commit d0c1a3a

Please sign in to comment.