Removed unused ERROR_SOURCES

This commit is contained in:
Joel Collins 2021-01-06 17:31:58 +00:00
parent 61554af270
commit e8560a1d5d

View file

@ -4,8 +4,6 @@ from typing import List
from .error_sources import ErrorSource
ERROR_SOURCES: List[ErrorSource] = []
def trace_config_exceptions():
error_sources = []