From 852cb6d653cc5eb1d31f9cd7d8011a1f54ca2f7c Mon Sep 17 00:00:00 2001 From: Untone Date: Tue, 3 Jun 2025 01:25:24 +0300 Subject: [PATCH] postmerge3 --- main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index 67309aea..c00fe6df 100644 --- a/main.py +++ b/main.py @@ -1,8 +1,9 @@ import asyncio import os +from collections.abc import AsyncGenerator from importlib import import_module from pathlib import Path -from typing import Any, AsyncGenerator +from typing import Any from ariadne import load_schema_from_path, make_executable_schema from ariadne.asgi import GraphQL