Skip to content

Commit

Permalink
Update import statement in api_settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
a-luna committed Jan 5, 2024
1 parent 90a67cf commit 49f19c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config/api_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from datetime import timedelta
from pathlib import Path

import app.schemas.models as db
import app.db.models as db
from app.config.dotenv_file import read_dotenv_file
from app.data.constants import UNICODE_PLANES_DEFAULT, UNICODE_VERSION_RELEASE_DATES

Expand Down

0 comments on commit 49f19c5

Please sign in to comment.