From ea5238d9f3978d45c18d1f6a7fa4041157c7926d Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 16 Sep 2024 13:46:10 +0200 Subject: [PATCH] fix wrong name --- databasez/core/asgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databasez/core/asgi.py b/databasez/core/asgi.py index d93e3ed..a82e5bc 100644 --- a/databasez/core/asgi.py +++ b/databasez/core/asgi.py @@ -5,7 +5,7 @@ from typing import TYPE_CHECKING, Any, Awaitable, Callable, Dict if TYPE_CHECKING: - from edgy.core.Database import Database + from databasez.core.Database import Database ASGIApp = Callable[ [