From 6d9c61dc0072b96b12153e64940b465306f25bfb Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 7 Aug 2023 07:58:09 +0300 Subject: Change imports to new unified db module. --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.py') diff --git a/main.py b/main.py index 4a4850c..7f3b256 100644 --- a/main.py +++ b/main.py @@ -13,7 +13,7 @@ from yoyo import get_backend, read_migrations from gn_auth import migrations from gn_auth import create_app -from gn_auth.auth import db +from gn_auth.auth.db import sqlite3 as db from gn_auth.auth.authentication.users import hash_password from scripts import register_sys_admin as rsysadm# type: ignore[import] -- cgit v1.2.3