Skip to content

Commit

Permalink
Merge pull request #191 from a-detiste/master
Browse files Browse the repository at this point in the history
use newer unittest.mock when available
  • Loading branch information
moomoohk authored Jun 11, 2024
2 parents 22b6c01 + 34f68ae commit 6e7ae79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_get_values.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
import decimal
import time

import mock
from unittest import mock

from nose2.tools.such import helper

import dpath
Expand Down

0 comments on commit 6e7ae79

Please sign in to comment.