Skip to content

Commit cab2019

Browse files
committed
[FIX] auth_sms: correct import of unittest.mock - patch
1 parent a425cc6 commit cab2019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth_sms/tests/test_auth_sms.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright 2019 Therp BV <https://therp.nl>
22
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
3-
from mock import patch
3+
from unittest.mock import patch
44

55
from .common import Common
66

0 commit comments

Comments
 (0)