Arranging imports

This commit is contained in:
Pascal Scheiben
2025-09-18 13:49:54 +02:00
parent d5c2ee172f
commit 0a14e9abf2
7 changed files with 16 additions and 6 deletions

View File

@@ -1,5 +1,6 @@
# contains the business logic for aggregates
from typing import List
from .aggregate_schema import AggregateSchema