Skip to content

Commit

Permalink
mockery
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcfee committed Sep 30, 2024
1 parent f54272d commit 6619468
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@
#
import sys

from mock import MagicMock as Mock
# Import mock in a python 3.12 compatible way
from unittest.mock import MagicMock as Mock

#class Mock(MagicMock):
# @classmethod
Expand Down

0 comments on commit 6619468

Please sign in to comment.