diff --git a/tsstats/exceptions.py b/tsstats/exceptions.py index 371f04d..f9debbb 100644 --- a/tsstats/exceptions.py +++ b/tsstats/exceptions.py @@ -4,7 +4,3 @@ class InvalidConfig(Exception): class InvalidLog(Exception): pass - - -class ConfigNotFound(Exception): - pass