Skip to content

Commit

Permalink
remove unnecessary arg
Browse files Browse the repository at this point in the history
  • Loading branch information
higs4281 committed Aug 22, 2016
1 parent 9c197fe commit 2580791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paying_for_college/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ def as_json(self):

return json.dumps(ordered_out)

def as_csv(self, csvpath, test=True):
def as_csv(self, csvpath):
"""Output a CSV representation of a program"""
headings = [
'ipeds_unit_id',
Expand Down

0 comments on commit 2580791

Please sign in to comment.