Skip to content
Snippets Groups Projects
Commit 621e9577 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

organize imports

parent b54f15f4
No related branches found
No related tags found
1 merge request!336Pylint checks
...@@ -3,9 +3,8 @@ import logging ...@@ -3,9 +3,8 @@ import logging
from django.urls import reverse from django.urls import reverse
from web.forms import VoucherForm from web.forms import VoucherForm
from web.models import WorkerStudyRole, Voucher from web.models import Voucher
from web.models.constants import VOUCHER_STATUS_USED from web.models.constants import VOUCHER_STATUS_USED
from web.models.worker_study_role import ROLE_CHOICES_VOUCHER_PARTNER
from web.tests import LoggedInWithWorkerTestCase from web.tests import LoggedInWithWorkerTestCase
from web.tests.functions import create_study_subject, create_voucher_type, format_form_field, create_voucher, \ from web.tests.functions import create_study_subject, create_voucher_type, format_form_field, create_voucher, \
create_worker, create_voucher_partner create_worker, create_voucher_partner
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment