From cbea2f51be20749440e63cac064a7e42bfa3b828 Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Fri, 6 Nov 2020 17:26:07 +0000 Subject: [PATCH] Removed unused import --- openflexure_microscope/rescue/check_sangaboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openflexure_microscope/rescue/check_sangaboard.py b/openflexure_microscope/rescue/check_sangaboard.py index 13470ed2..8c7f6aa7 100644 --- a/openflexure_microscope/rescue/check_sangaboard.py +++ b/openflexure_microscope/rescue/check_sangaboard.py @@ -1,4 +1,4 @@ -from .error_sources import ErrorSource, WarningSource +from .error_sources import ErrorSource from openflexure_microscope.config import user_configuration