Skip to content

Commit

Permalink
Merge pull request #12 from a-luna:fix-invalid-import-error_20240105
Browse files Browse the repository at this point in the history
Update import statement in api_settings.py
  • Loading branch information
a-luna authored Jan 5, 2024
2 parents 90a67cf + 49f19c5 commit bb7440d
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 bb7440d

Please sign in to comment.