Skip to content

Commit

Permalink
satisfy linter
Browse files Browse the repository at this point in the history
  • Loading branch information
owocki committed Jul 9, 2018
1 parent a4f5028 commit c019aca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from django.core.management.base import BaseCommand

from dashboard import helpers
from dashboard.models import Bounty, Activity
from dashboard.models import Activity, Bounty
from dashboard.views import record_bounty_activity


Expand Down

0 comments on commit c019aca

Please sign in to comment.