Skip to content

Commit 93a1177

Browse files
committed
docs fix
1 parent 05e6229 commit 93a1177

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ A convenient way to configure and interact with async sqlalchemy session
1414
from context_async_sqlalchemy import db_session
1515
from sqlalchemy import insert
1616

17-
from ..database import master # your configured connection to the database
18-
from ..models import ExampleTable # just some model for example
17+
from database import master # your configured connection to the database
18+
from models import ExampleTable # just some model for example
1919

2020
async def some_func() -> None:
2121
# Created a session (no connection to the database yet)

0 commit comments

Comments
 (0)