python: Sort migrations/management command imports with isort.

This is a preparatory commit for using isort for sorting all of our
imports, merging changes to files where we can easily review the
changes as something we're happy with.

These are also files with relatively little active development, which
means we don't expect much merge conflict risk from these changes.
This commit is contained in:
Tim Abbott
2020-01-14 12:59:46 -08:00
parent 9f8eccdbbf
commit 8e7ce7cc79
261 changed files with 356 additions and 223 deletions

View File

@@ -5,6 +5,7 @@ from django.core.management.base import BaseCommand, CommandError
from analytics.lib.counts import COUNT_STATS, do_drop_single_stat
class Command(BaseCommand):
help = """Clear analytics tables."""