From 860001002c66afd7b4c2b1d0b98b8be10af02b42 Mon Sep 17 00:00:00 2001 From: Tim Vaillancourt Date: Fri, 1 Sep 2017 17:46:59 +0200 Subject: [PATCH] add-back Archive imports that should not have been removed in #198 flake8 cleanup --- mongodb_consistent_backup/Archive/Archive.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mongodb_consistent_backup/Archive/Archive.py b/mongodb_consistent_backup/Archive/Archive.py index bd97812f..3f1bc013 100644 --- a/mongodb_consistent_backup/Archive/Archive.py +++ b/mongodb_consistent_backup/Archive/Archive.py @@ -1,3 +1,5 @@ +from mongodb_consistent_backup.Archive.Tar import Tar # NOQA +from mongodb_consistent_backup.Archive.Zbackup import Zbackup # NOQA from mongodb_consistent_backup.Pipeline import Stage