Skip to content

Commit a3093f8

Browse files
committed
Linting post rebasing onto master
1 parent 39b4b37 commit a3093f8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

backend/src/controller/fhir_api_exception_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
from controller.aws_apig_response_utils import create_response
1010
from models.errors import (
1111
Code,
12-
InvalidImmunizationId,
1312
CustomValidationError,
1413
IdentifierDuplicationError,
14+
InvalidImmunizationId,
1515
InvalidJsonError,
1616
ResourceNotFoundError,
1717
Severity,

backend/src/controller/fhir_controller.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
Severity,
2727
UnauthorizedError,
2828
UnauthorizedVaxError,
29-
UnhandledResponseError,
3029
ValidationError,
3130
create_operation_outcome,
3231
)

0 commit comments

Comments
 (0)