Feat/decomposition #19
3 changed files with 9 additions and 9 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
from app.api.schemas.admin import * # noqa: F401, F403
|
from app.api.schemas.admin import * # noqa: F403
|
||||||
from app.api.schemas.auth import * # noqa: F401, F403
|
from app.api.schemas.auth import * # noqa: F403
|
||||||
from app.api.schemas.common import * # noqa: F401, F403
|
from app.api.schemas.common import * # noqa: F403
|
||||||
from app.api.schemas.publications import * # noqa: F401, F403
|
from app.api.schemas.publications import * # noqa: F403
|
||||||
from app.api.schemas.runs import * # noqa: F401, F403
|
from app.api.schemas.runs import * # noqa: F403
|
||||||
from app.api.schemas.scholars import * # noqa: F401, F403
|
from app.api.schemas.scholars import * # noqa: F403
|
||||||
from app.api.schemas.settings import * # noqa: F401, F403
|
from app.api.schemas.settings import * # noqa: F403
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
export default {
|
export default {
|
||||||
"id": "deutan-blue-75",
|
"id": "deutan-blue-75",
|
||||||
"label": "Deutan Colorblind - Blue",
|
"label": "Deutan (Colorblind)",
|
||||||
"description": "Colorblind-oriented theme with blue-led emphasis and deutan-safer state separation.",
|
"description": "Colorblind-oriented theme with blue-led emphasis and deutan-safer state separation.",
|
||||||
"modes": {
|
"modes": {
|
||||||
"light": {
|
"light": {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
from datetime import UTC, datetime
|
from datetime import UTC, datetime
|
||||||
from unittest.mock import AsyncMock, MagicMock, patch
|
from unittest.mock import AsyncMock, patch
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
from sqlalchemy import select
|
from sqlalchemy import select
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue