From ebb3413b79ecfe3ae7ee3ab9da713dc8f8e805f2 Mon Sep 17 00:00:00 2001 From: jws52 <jws52@cam.ac.uk> Date: Tue, 24 Jan 2023 11:59:44 +0000 Subject: [PATCH] fix: provide erroneously removed import --- coordinator/ProcessorComponents.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/coordinator/ProcessorComponents.py b/coordinator/ProcessorComponents.py index 7c9d85a..f14d498 100644 --- a/coordinator/ProcessorComponents.py +++ b/coordinator/ProcessorComponents.py @@ -42,7 +42,8 @@ from ProcessorSurveys import ( process_EWS_plotting_survey ) from ProcessorUtils import ( - add_filters_to_sublogger + add_filters_to_sublogger, + query_past_successes ) # TODO: Replace subprocess scp and ssh commands with paramiko.SSHClient() instance -- GitLab