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

Merged
witten merged 1 commits from :import-flexmock-function into master 2023-04-14 02:12:59 +00:00
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