Skip to content

Commit

Permalink
MISSING IMPORT
Browse files Browse the repository at this point in the history
  • Loading branch information
delcroip authored Oct 18, 2024
1 parent 88ad1a3 commit 4f18ebf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion policy/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import graphene_django_optimizer as gql_optimizer
from graphene_django.filter import DjangoFilterConnectionField
from core.models import Officer
from .models import PolicyMutation, Policy
from .models import PolicyMutation, Policy, PolicyRenewal
from product.models import Product
from insuree.models import Family, Insuree, InsureePolicy
from django.db.models import OuterRef, Subquery, F, Count
Expand All @@ -29,6 +29,7 @@
PolicyAndWarningsGQLType,
PolicyGQLType,
OfficerGQLType,
PolicyRenewalGQLType,
PolicyByFamilyOrInsureeConnection,
) # lgtm [py/polluting-import]
from .gql_mutations import (
Expand Down

0 comments on commit 4f18ebf

Please sign in to comment.