Skip to content

Commit

Permalink
Add pyright ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherSpelt committed Dec 11, 2024
1 parent 1de800d commit 27e4fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/api/routes/test_algorithm.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from amt.schema.task import MovedTask
from httpx import AsyncClient
from minio import Minio
from pytest_minio_mock.plugin import MockMinioClient
from pytest_minio_mock.plugin import MockMinioClient # pyright: ignore [reportMissingTypeStubs]
from pytest_mock import MockFixture

from tests.api.routes.test_algorithms import MockRequest
Expand Down

0 comments on commit 27e4fd6

Please sign in to comment.