Skip to content

Commit

Permalink
[FIX] auth_sms: correct import of unittest.mock - patch
Browse files Browse the repository at this point in the history
  • Loading branch information
NL66278 committed Nov 8, 2024
1 parent a425cc6 commit cab2019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth_sms/tests/test_auth_sms.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2019 Therp BV <https://therp.nl>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
from mock import patch
from unittest.mock import patch

from .common import Common

Expand Down

0 comments on commit cab2019

Please sign in to comment.