Skip to content

Commit 4d408c6

Browse files
tests: fix typecheck
1 parent 54ea767 commit 4d408c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/celery-library/tests/conftest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import asyncio
1+
# pylint: disable=redefined-outer-name
2+
# pylint: disable=unused-argumentimport asyncio
23
import datetime
34
from collections.abc import AsyncIterator, Callable
45
from functools import partial

0 commit comments

Comments
 (0)