Skip to content

Commit

Permalink
Sort import statements
Browse files Browse the repository at this point in the history
  • Loading branch information
pcraig3 committed Dec 5, 2024
1 parent 5fe1a4f commit eec51c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions bloom_nofos/nofos/management/commands/count_prints.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import json

from django.core.management.base import BaseCommand
from easyaudit.models import CRUDEvent
from nofos.models import Nofo
Expand Down
4 changes: 2 additions & 2 deletions bloom_nofos/nofos/management/commands/get_published.py
Original file line number Diff line number Diff line change
@@ -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."
Expand Down

0 comments on commit eec51c9

Please sign in to comment.