diff --git a/app/api/schemas/__init__.py b/app/api/schemas/__init__.py index 4114e70..019d86a 100644 --- a/app/api/schemas/__init__.py +++ b/app/api/schemas/__init__.py @@ -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 diff --git a/frontend/src/theme/presets/deutan-blue.js b/frontend/src/theme/presets/deutan-blue.js index d8ecba2..1ab3010 100644 --- a/frontend/src/theme/presets/deutan-blue.js +++ b/frontend/src/theme/presets/deutan-blue.js @@ -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": { diff --git a/tests/integration/test_deferred_enrichment.py b/tests/integration/test_deferred_enrichment.py index d026fe3..447bc73 100644 --- a/tests/integration/test_deferred_enrichment.py +++ b/tests/integration/test_deferred_enrichment.py @@ -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