Skip to content

Commit

Permalink
Fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
hudsonbrendon committed Apr 28, 2020
1 parent 5910e88 commit b5712e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ureport/polls/migrations/0023_populate_flow_date.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ def populate_poll_poll_date(apps, schema_editor):

dependencies = [("polls", "0022_poll_flow_date")]

operations = [migrations.RunPython(populate_poll_poll_date)]
operations = [migrations.RunPython(populate_poll_poll_date)]

0 comments on commit b5712e7

Please sign in to comment.