From e8560a1d5d2e31f95aa6c1a4a64c5aadab8594e2 Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Wed, 6 Jan 2021 17:31:58 +0000 Subject: [PATCH] Removed unused ERROR_SOURCES --- openflexure_microscope/rescue/check_settings.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/openflexure_microscope/rescue/check_settings.py b/openflexure_microscope/rescue/check_settings.py index 6ca7d0c1..26203a32 100644 --- a/openflexure_microscope/rescue/check_settings.py +++ b/openflexure_microscope/rescue/check_settings.py @@ -4,8 +4,6 @@ from typing import List from .error_sources import ErrorSource -ERROR_SOURCES: List[ErrorSource] = [] - def trace_config_exceptions(): error_sources = []