mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-28 14:11:17 -07:00
1831 Follow up (#1902)
This code causes no functional change to the code. It does two things: 1. Uses difference instead of - to improve code style for working with sets. 2. Removes the line EXPECTED_MISSING_STATES = ["02", "15"], which is now redundant because of the line I added (in a previous pull request) of ALASKA_AND_HAWAII_EXPECTED_IN_DATA = False.
This commit is contained in:
parent
60164c8637
commit
4d02525bb3
2 changed files with 5 additions and 8 deletions
|
@ -22,9 +22,6 @@ class NatureDeprivedETL(ExtractTransformLoad):
|
|||
PUERTO_RICO_EXPECTED_IN_DATA = False
|
||||
ALASKA_AND_HAWAII_EXPECTED_IN_DATA = False
|
||||
|
||||
# Alaska and Hawaii are missing
|
||||
EXPECTED_MISSING_STATES = ["02", "15"]
|
||||
|
||||
# Output score variables (values set on datasets.yml) for linting purposes
|
||||
ELIGIBLE_FOR_NATURE_DEPRIVED_FIELD_NAME: str
|
||||
TRACT_PERCENT_IMPERVIOUS_FIELD_NAME: str
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue