Fix "TypeError: 'module' object is not callable" in test_commands.py

This commit is contained in:
polyzen 2023-04-14 01:01:31 +00:00
parent 613f6c602c
commit ebe5c5e839
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