mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-05 10:42:41 -05:00
remove dead code
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user