This commit is contained in:
Justin Visser 2026-02-27 15:22:12 +01:00
parent b701583716
commit 55315299c7
3 changed files with 9 additions and 9 deletions

View file

@ -1,7 +1,7 @@
from app.api.schemas.admin import * # noqa: F401, F403
from app.api.schemas.auth import * # noqa: F401, F403
from app.api.schemas.common import * # noqa: F401, F403
from app.api.schemas.publications import * # noqa: F401, F403
from app.api.schemas.runs import * # noqa: F401, F403
from app.api.schemas.scholars import * # noqa: F401, F403
from app.api.schemas.settings import * # noqa: F401, F403
from app.api.schemas.admin import * # noqa: F403
from app.api.schemas.auth import * # noqa: F403
from app.api.schemas.common import * # noqa: F403
from app.api.schemas.publications import * # noqa: F403
from app.api.schemas.runs import * # noqa: F403
from app.api.schemas.scholars import * # noqa: F403
from app.api.schemas.settings import * # noqa: F403

View file

@ -1,6 +1,6 @@
export default {
"id": "deutan-blue-75",
"label": "Deutan Colorblind - Blue",
"label": "Deutan (Colorblind)",
"description": "Colorblind-oriented theme with blue-led emphasis and deutan-safer state separation.",
"modes": {
"light": {

View file

@ -1,7 +1,7 @@
from __future__ import annotations
from datetime import UTC, datetime
from unittest.mock import AsyncMock, MagicMock, patch
from unittest.mock import AsyncMock, patch
import pytest
from sqlalchemy import select