Skip to content

Commit 3a1e6e5

Browse files
committed
Remove new mock usage
This change snuck into master, change it to unittest.mock as well.
1 parent 2e6c8a3 commit 3a1e6e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_asyncio/test_command_policies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import random
2+
from unittest.mock import patch
23

34
import pytest
4-
from mock import patch
55

66
from redis import ResponseError
77
from redis._parsers.commands import CommandPolicies, RequestPolicy, ResponsePolicy

0 commit comments

Comments
 (0)