Skip to content

Commit

Permalink
Style
Browse files Browse the repository at this point in the history
  • Loading branch information
dyakovri committed Apr 6, 2024
1 parent 2af0ad5 commit f70092b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion calendar_backend/routes/lecturer/photo.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from auth_lib.fastapi import UnionAuth
from fastapi import APIRouter, Depends, File, UploadFile
from fastapi_sqlalchemy import db
from auth_lib.fastapi import UnionAuth

from calendar_backend.exceptions import ObjectNotFound
from calendar_backend.methods.image import get_photo_webpath, upload_lecturer_photo
Expand Down
2 changes: 1 addition & 1 deletion calendar_backend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from functools import lru_cache

from auth_lib.fastapi import UnionAuthSettings
from pydantic import AnyHttpUrl, ConfigDict, DirectoryPath, Json, PostgresDsn
from pydantic import AnyHttpUrl, ConfigDict, DirectoryPath, PostgresDsn
from pydantic_settings import BaseSettings


Expand Down
1 change: 0 additions & 1 deletion migrations/versions/63263ee9e08e_fix_photo_paths.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"""

import sqlalchemy as sa
from alembic import op


Expand Down

0 comments on commit f70092b

Please sign in to comment.