diff --git a/kdb-bot/src/bot_graphql/query.py b/kdb-bot/src/bot_graphql/query.py index ccfcafb9..00cf7df1 100644 --- a/kdb-bot/src/bot_graphql/query.py +++ b/kdb-bot/src/bot_graphql/query.py @@ -8,9 +8,9 @@ from bot_graphql.filter.server_filter import ServerFilter class Query(QueryType): def __init__( - self, - servers: ServerRepositoryABC, - known_users: KnownUserRepositoryABC, + self, + servers: ServerRepositoryABC, + known_users: KnownUserRepositoryABC, ): QueryType.__init__(self) self._servers = servers