Skip to content

Commit f4931c1

Browse files
committed
fix: paths
1 parent be301b5 commit f4931c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

userbot/db/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from sqlalchemy.ext.asyncio import create_async_engine, async_sessionmaker, AsyncSession
88
from sqlalchemy.exc import SQLAlchemyError
99

10-
from userbot.src.config import (
10+
from userbot.core.config import (
1111
DB_TYPE, DB_HOST, DB_PORT, DB_USER, DB_PASS, DB_NAME,
1212
DB_CONN_RETRIES, DB_CONN_RETRY_DELAY
1313
)

0 commit comments

Comments
 (0)