Skip to content

Commit fc6ea47

Browse files
minhkhulmelange396
andauthored
Update src/server/_params.py
Co-authored-by: george <[email protected]>
1 parent 064a4fd commit fc6ea47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def __init__(self, geo_type: str, geo_values: Union[bool, Sequence[str]]):
5959
if geo_values == ['']:
6060
raise ValidationFailedException(f"geo_value is empty for the requested geo_type {geo_type}!")
6161
# TODO: keep this translator in sync with CsvImporter.GEOGRAPHIC_RESOLUTIONS in acquisition/covidcast/ and with GeoMapper
62-
# We are not updating hsa_nci here as this was done with the older geomapper code which does not support the same hsa definition.
62+
# NOTE: We are not including `hsa_nci` here as the geomapper code does not support that version of the HSA definition.
6363
geo_type_translator = {
6464
"county": "fips",
6565
"state": "state_id",

0 commit comments

Comments
 (0)