Skip to content

Commit

Permalink
Merge pull request #297 from a-detiste/master
Browse files Browse the repository at this point in the history
prefer the new unittest.mock from the standard library
  • Loading branch information
kedder committed Jun 11, 2024
2 parents 2250754 + 01bc897 commit df1dd2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/ofxstatement/tests/test_plugin.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import unittest

import mock
from unittest import mock

import sys

Expand Down
3 changes: 1 addition & 2 deletions src/ofxstatement/tests/test_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
import logging.handlers
import shutil
from typing import Dict

import mock
from unittest import mock

from ofxstatement import tool, statement, configuration, parser, exceptions

Expand Down

0 comments on commit df1dd2a

Please sign in to comment.