File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/eligibility_signposting_api/views Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22import uuid
33from datetime import UTC , datetime
44from http import HTTPStatus
5- from typing import Any , Annotated
5+ from typing import Annotated , Any
66
77from flask import Blueprint , make_response , request
88from flask .typing import ResponseReturnValue
9- from wireup import Injected , Inject
9+ from wireup import Inject , Injected
1010
1111from eligibility_signposting_api .audit .audit_context import AuditContext
1212from eligibility_signposting_api .audit .audit_service import AuditService
@@ -179,7 +179,7 @@ def build_suitability_results(condition: Condition) -> list[eligibility_response
179179 ]
180180
181181
182- def build_status_payload (api_domain_name :str ) -> dict :
182+ def build_status_payload (api_domain_name : str ) -> dict :
183183 return {
184184 "status" : "pass" ,
185185 "version" : "" ,
You can’t perform that action at this time.
0 commit comments