Skip to content

Commit 1ea3353

Browse files
committed
DC should appear in the states and territories list
1 parent 50cc290 commit 1ea3353

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

us/states.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1415,12 +1415,11 @@ def mapping(from_field: str, to_field: str, states: Optional[Iterable[State]] =
14151415
WY,
14161416
]
14171417

1418-
STATES_AND_TERRITORIES: List[State] = STATES + TERRITORIES
1418+
STATES_AND_TERRITORIES: List[State] = STATES + TERRITORIES + [DC]
14191419

14201420
COMMONWEALTHS: List[State] = [KY, MA, PA, VA]
14211421

14221422
if DC_STATEHOOD:
14231423
STATES.append(DC)
1424-
STATES_AND_TERRITORIES.append(DC)
14251424
STATES_CONTIGUOUS.append(DC)
14261425
STATES_CONTINENTAL.append(DC)

0 commit comments

Comments
 (0)