Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 1e53e97

Browse files
committed
linting
1 parent 66065e1 commit 1e53e97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/admin_overlay/test_async_consistency.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# try/except added for compatibility with python < 3.8
1717
try:
1818
from unittest import mock
19-
from unittest.mock import AsyncMock # pragma: NO COVER
19+
from unittest.mock import AsyncMock # pragma: NO COVER # noqa: F401
2020
except ImportError: # pragma: NO COVER
2121
import mock
2222

0 commit comments

Comments
 (0)