Skip to content

Commit

Permalink
OM-244 Removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
malinowskikam committed Aug 27, 2024
1 parent 5a4b237 commit dc0fcae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions worker_voucher/tests/test_gql_worker_delete.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
from worker_voucher.schema import Query, Mutation
from worker_voucher.services import policyholder_user_filter
from worker_voucher.tests.data.gql_payloads import gql_mutation_worker_delete
from worker_voucher.tests.util import create_test_eu_for_user, create_test_worker_for_user_and_eu, create_test_worker, \
generate_idnp
from worker_voucher.tests.util import create_test_eu_for_user, create_test_worker_for_user_and_eu


class GQLWorkerDeleteTestCase(TestCase):
Expand Down

0 comments on commit dc0fcae

Please sign in to comment.