Skip to content

Commit

Permalink
fix wrong name
Browse files Browse the repository at this point in the history
  • Loading branch information
devkral committed Sep 16, 2024
1 parent f995d6a commit ea5238d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion databasez/core/asgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -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[
[
Expand Down

0 comments on commit ea5238d

Please sign in to comment.