Update populate_federal_agency_initials_and_fceb.py

This commit is contained in:
zandercymatics 2024-07-29 08:25:05 -06:00
parent 93282efa10
commit ca5d6e0c30
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -58,4 +58,4 @@ class Command(BaseCommand, PopulateScriptTemplate):
agency_status = row.get("Agency Status")
agency_dict[agency_name.strip()] = (initials, agency_status)
return agency_dict
return agency_dict