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 bf6a389 commit 1f0366f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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 1f0366f

Please sign in to comment.