Skip to content

Commit

Permalink
Fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Georges-Antoine Assi committed Jan 3, 2024
1 parent f7cf153 commit 0772882
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/config/config_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import pydash
from yaml.loader import SafeLoader
from urllib.parse import quote_plus
from typing import TypedDict
from typing_extensions import TypedDict

from config import (
ROMM_DB_DRIVER,
Expand Down
2 changes: 1 addition & 1 deletion backend/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from fastapi_pagination import add_pagination
from starlette.middleware.authentication import AuthenticationMiddleware
from starlette.middleware.sessions import SessionMiddleware
from typing import TypedDict
from typing_extensions import TypedDict

from config import (
DEV_PORT,
Expand Down

0 comments on commit 0772882

Please sign in to comment.