fix: logging import for email
This commit is contained in:
parent
a343b76f63
commit
1a851859d0
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ Module specific business logic for user module
|
||||||
from typing import Any
|
from typing import Any
|
||||||
from datetime import datetime, timedelta, timezone
|
from datetime import datetime, timedelta, timezone
|
||||||
|
|
||||||
|
import logging
|
||||||
from sqlalchemy.orm import Session
|
from sqlalchemy.orm import Session
|
||||||
|
|
||||||
from src.exceptions import UnprocessableContentException
|
from src.exceptions import UnprocessableContentException
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue