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