Skip to content

Commit 9443eb5

Browse files
committed
NOSONAR(S5332)
1 parent 9cddfbe commit 9443eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/delta_backend/src/extractor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Extractor:
1414
)
1515
EXTENSION_URL_SCT_DESC_DISPLAY = "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CodingSCTDescDisplay"
1616

17-
CODING_SYSTEM_URL_SNOMED = "http://snomed.info/sct" # noqa: S5332 this is a code system identifier, not a URL
17+
CODING_SYSTEM_URL_SNOMED = "http://snomed.info/sct" # NOSONAR(S5332) this is a code system identifier, not a URL
1818
ODS_ORG_CODE_SYSTEM_URL = "https://fhir.nhs.uk/Id/ods-organization-code"
1919
DEFAULT_LOCATION = "X99999"
2020
NHS_NUMBER_SYSTEM_URL = "https://fhir.nhs.uk/Id/nhs-number"

0 commit comments

Comments
 (0)