Skip to content

Commit d40d636

Browse files
authored
Merge pull request #202 from Percona-Lab/flake8_archive_breakfix
Fix flake8cleanup breakage from #198
2 parents 054aa7a + 8600010 commit d40d636

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)