Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Commit

Permalink
fixes typo discovered during data migration
Browse files Browse the repository at this point in the history
  • Loading branch information
jspeis committed Apr 2, 2018
1 parent d27087c commit ed3da98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datausa/bea/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class BeaUse(db.Model, BaseModel):
to_filter = ["TOTCOMOUT", "HS", "ORE", "GFGD", "G", "TOTII", "GFGN", "GSLE",
"GFE", "GSLG", "Other", "Used", "TOTFU", "TOTVA", "TOTINDOUT"]
no_value_added = to_filter + ["V001", "V002", "V003", "F010", "F020", "F030",
"F040", "F050" "F100"]
"F040", "F050", "F100"]
year = db.Column(db.Integer, primary_key=True)
industry_iocode = db.Column(db.String, db.ForeignKey(IoCode.id), primary_key=True)
commodity_iocode = db.Column(db.String, db.ForeignKey(IoCode.id), primary_key=True)
Expand Down

0 comments on commit ed3da98

Please sign in to comment.