Skip to content

Commit 6e1fc9f

Browse files
tests: fix import
1 parent 4d408c6 commit 6e1fc9f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/celery-library/tests/conftest.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# pylint: disable=redefined-outer-name
2-
# pylint: disable=unused-argumentimport asyncio
2+
# pylint: disable=unused-argument
3+
4+
import asyncio
35
import datetime
46
from collections.abc import AsyncIterator, Callable
57
from functools import partial

0 commit comments

Comments
 (0)