Skip to content

Commit

Permalink
Update src/registrar/management/commands/create_federal_portfolio.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zandercymatics authored Jan 10, 2025
1 parent 51105eb commit 48f4708
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
from django.core.management import BaseCommand, CommandError
from registrar.management.commands.utility.terminal_helper import TerminalColors, TerminalHelper
from registrar.models import DomainInformation, DomainRequest, FederalAgency, Suborganization, Portfolio, User
from django.db.models import F
from django.db.models import Q
from django.db.models import F, Q

from registrar.models.utility.generic_helper import normalize_string

Expand Down

0 comments on commit 48f4708

Please sign in to comment.