Skip to content

Commit

Permalink
...from mock to from unittest.mock
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-zdanevich committed May 19, 2024
1 parent d2127e5 commit 28e2d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/helpers.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- encoding: utf-8 -*-
from mock import Mock
from unittest.mock import Mock


# See https://stackoverflow.com/a/16976500/1299271
Expand Down

0 comments on commit 28e2d87

Please sign in to comment.