Skip to content

Commit

Permalink
merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marekbiczysko committed Nov 6, 2024
1 parent c3f031f commit 81b970c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/hct_mis_api/apps/grievance/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
URGENCY_NOT_SET,
)
from hct_mis_api.apps.household.models import Individual
from hct_mis_api.apps.payment.models import PaymentVerification, Payment
from hct_mis_api.apps.payment.models import Payment, PaymentVerification
from hct_mis_api.apps.utils.models import (
AdminUrlMixin,
ConcurrencyModel,
Expand Down
2 changes: 0 additions & 2 deletions src/hct_mis_api/apps/targeting/mutations.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@
)
from hct_mis_api.apps.targeting.models import (
HouseholdSelection,
TargetingCollectorBlockRuleFilter,
TargetingCollectorRuleFilterBlock,
TargetingCriteria,
TargetingCriteriaRule,
TargetingCriteriaRuleFilter,
Expand Down
2 changes: 1 addition & 1 deletion src/hct_mis_api/apps/targeting/validators.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import logging
from typing import TYPE_CHECKING, Any, Dict, List
from typing import TYPE_CHECKING, Any, Dict

from django.core.exceptions import ValidationError

Expand Down

0 comments on commit 81b970c

Please sign in to comment.