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 4d408c6 commit 6e1fc9fCopy full SHA for 6e1fc9f
packages/celery-library/tests/conftest.py
@@ -1,5 +1,7 @@
1
# pylint: disable=redefined-outer-name
2
-# pylint: disable=unused-argumentimport asyncio
+# pylint: disable=unused-argument
3
+
4
+import asyncio
5
import datetime
6
from collections.abc import AsyncIterator, Callable
7
from functools import partial
0 commit comments