Fix bad import in auth/service.py

This commit is contained in:
MOHAN 2026-06-29 09:20:20 +05:30
parent b2ca96066b
commit ff8b8995c1

View File

@ -8,7 +8,6 @@ from .crypto import (
encrypt_credential, decrypt_credential, encrypt_credential, decrypt_credential,
) )
from ..database import db_execute, db_commit, db_fetchone, db_fetchall from ..database import db_execute, db_commit, db_fetchone, db_fetchall
from ..config import OdooInstanceConfig as _Cfg
class AuthError(Exception): class AuthError(Exception):