Skip to content

Commit 9ac2d9a

Browse files
author
Alexey Tsitkin
committed
make test compatible with py2
1 parent e3c5835 commit 9ac2d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eb_sqs/tests/aws/tests_aws_queue_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import time
44
from unittest import TestCase
5-
from unittest.mock import patch
5+
from mock import patch
66

77
import boto3
88
from botocore.exceptions import ClientError

0 commit comments

Comments
 (0)