We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2cd24a commit 9acf1dcCopy full SHA for 9acf1dc
services/api-server/tests/unit/api_functions/test_api_routers_functions.py
@@ -12,7 +12,7 @@
12
import httpx
13
import pytest
14
import respx
15
-from celery import Task # pyright: ignore[reportAttributeAccessIssue]
+from celery import Task # pylint: disable=no-name-in-module
16
from celery_library.task_manager import CeleryTaskManager
17
from faker import Faker
18
from fastapi import FastAPI
0 commit comments