Skip to content

Commit 9acf1dc

Browse files
committed
Fix pylint
1 parent f2cd24a commit 9acf1dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/api-server/tests/unit/api_functions/test_api_routers_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import httpx
1313
import pytest
1414
import respx
15-
from celery import Task # pyright: ignore[reportAttributeAccessIssue]
15+
from celery import Task # pylint: disable=no-name-in-module
1616
from celery_library.task_manager import CeleryTaskManager
1717
from faker import Faker
1818
from fastapi import FastAPI

0 commit comments

Comments
 (0)