Skip to content

Commit b9efa92

Browse files
committed
t
1 parent 76257df commit b9efa92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

payroll/schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from django.db.models import Q, Sum
66

77
from core.schema import OrderedDjangoFilterConnectionField
8-
from core.service import wait_for_mutation
8+
from core.services import wait_for_mutation
99
from core.utils import append_validity_filter
1010
from invoice.gql.gql_types.bill_types import BillGQLType
1111
from invoice.models import Bill

0 commit comments

Comments
 (0)