From b61f97880e47688670521afa279af17720acab88 Mon Sep 17 00:00:00 2001 From: dandds Date: Thu, 9 Aug 2018 10:21:59 -0400 Subject: [PATCH] remove unused exception --- atst/domain/exceptions.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/atst/domain/exceptions.py b/atst/domain/exceptions.py index 53c83548..ec574232 100644 --- a/atst/domain/exceptions.py +++ b/atst/domain/exceptions.py @@ -30,7 +30,3 @@ class UnauthenticatedError(Exception): @property def message(self): return str(self) - - -class CRLValidationError(Exception): - pass