Skip to content

Commit ebbb44b

Browse files
committed
Removed unused import
1 parent bc7aaf1 commit ebbb44b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_asyncio/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import random
22
from contextlib import asynccontextmanager as _asynccontextmanager
33
from typing import Union
4-
from unittest.mock import Mock, AsyncMock
4+
from unittest.mock import AsyncMock
55

66
import pytest
77
import pytest_asyncio

0 commit comments

Comments
 (0)