From 274e6f019318823ed07d374c7876f4ebf0373e75 Mon Sep 17 00:00:00 2001 From: Dmitry Shemetov Date: Wed, 15 Sep 2021 14:40:24 -0700 Subject: [PATCH] Remove unused S3Archiver import from CAN --- covid_act_now/delphi_covid_act_now/run.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/covid_act_now/delphi_covid_act_now/run.py b/covid_act_now/delphi_covid_act_now/run.py index c258d3be5..b24cabdb0 100644 --- a/covid_act_now/delphi_covid_act_now/run.py +++ b/covid_act_now/delphi_covid_act_now/run.py @@ -11,8 +11,7 @@ from delphi_utils import ( create_export_csv, - get_structured_logger - S3ArchiveDiffer, + get_structured_logger, Nans )