Skip to content

Commit d4f855c

Browse files
[PRMP-1082] remove unused import
1 parent 928866c commit d4f855c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/handlers/post_document_review_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from utils.decorators.ensure_env_var import ensure_environment_variables
1111
from utils.decorators.handle_lambda_exceptions import handle_lambda_exceptions
1212
from utils.decorators.set_audit_arg import set_request_context_for_logging
13-
from utils.exceptions import InvalidNhsNumberException, DocumentReviewException, InvalidFileTypeException
13+
from utils.exceptions import InvalidNhsNumberException, InvalidFileTypeException
1414
from utils.lambda_exceptions import DocumentReviewLambdaException
1515
from utils.lambda_response import ApiGatewayResponse
1616

0 commit comments

Comments
 (0)