remove dead code

This commit is contained in:
Kenneth Kehl
2024-06-19 13:00:54 -07:00
parent 833ebfa469
commit ad84fc536b
10 changed files with 226 additions and 242 deletions

View File

@@ -9,10 +9,9 @@ from app.enums import KeyType
from app.exceptions import ArchiveValidationError
from notifications_utils.recipients import InvalidEmailError
class VirusScanError(Exception):
def __init__(self, message):
super().__init__(message)
# class VirusScanError(Exception):
# def __init__(self, message):
# super().__init__(message)
class InvalidRequest(Exception):