Skip to content

Commit 8600010

Browse files
add-back Archive imports that should not have been removed in #198 flake8 cleanup
1 parent 054aa7a commit 8600010

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mongodb_consistent_backup/Archive/Archive.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from mongodb_consistent_backup.Archive.Tar import Tar # NOQA
2+
from mongodb_consistent_backup.Archive.Zbackup import Zbackup # NOQA
13
from mongodb_consistent_backup.Pipeline import Stage
24

35

0 commit comments

Comments
 (0)