delete commented out code

This commit is contained in:
Kenneth Kehl
2024-07-22 14:27:41 -07:00
12 changed files with 59 additions and 301 deletions

View File

@@ -9,10 +9,6 @@ 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 InvalidRequest(Exception):
code = None