diff --git a/bloom_nofos/nofos/management/commands/count_prints.py b/bloom_nofos/nofos/management/commands/count_prints.py index 5baf2bf9..e025ee30 100644 --- a/bloom_nofos/nofos/management/commands/count_prints.py +++ b/bloom_nofos/nofos/management/commands/count_prints.py @@ -1,4 +1,5 @@ import json + from django.core.management.base import BaseCommand from easyaudit.models import CRUDEvent from nofos.models import Nofo diff --git a/bloom_nofos/nofos/management/commands/get_published.py b/bloom_nofos/nofos/management/commands/get_published.py index 7db5ae21..32c81305 100644 --- a/bloom_nofos/nofos/management/commands/get_published.py +++ b/bloom_nofos/nofos/management/commands/get_published.py @@ -1,9 +1,9 @@ +import json + from django.core.management.base import BaseCommand from easyaudit.models import CRUDEvent from nofos.models import Nofo -import json - class Command(BaseCommand): help = "Find NOFOs published status timestamps."