usaspending_api/disaster/delta_models/covid_faba_spending.py
File covid_faba_spending.py
has 461 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
COVID_FABA_SPENDING_COLUMNS = {
"id": {"delta": "INTEGER", "postgres": "INTEGER NOT NULL"},
"spending_level": {"delta": "STRING", "postgres": "TEXT"},
"funding_toptier_agency_id": {"delta": "STRING", "postgres": "TEXT"},
"funding_toptier_agency_code": {"delta": "STRING", "postgres": "TEXT"},