Fix "TypeError: 'module' object is not callable" in test_commands.py' (#676).

Reviewed-on: borgmatic-collective/borgmatic#676
This commit is contained in:
Dan Helfman 2023-04-14 02:12:58 +00:00
commit 8802f6888e
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
import copy
import flexmock
from flexmock import flexmock
import borgmatic.borg.info
import borgmatic.borg.list
@ -105,4 +105,4 @@ def test_display_archives_info_command_does_not_duplicate_flags_or_raise():
borgmatic.borg.info.display_archives_info(
'repo', {}, '2.3.4', fuzz_argument(arguments, argument_name)
)
)