Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scheduling-system
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SMASCH
scheduling-system
Commits
621e9577
Commit
621e9577
authored
3 years ago
by
Piotr Gawron
Browse files
Options
Downloads
Patches
Plain Diff
organize imports
parent
b54f15f4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!336
Pylint checks
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
smash/web/tests/forms/test_voucher_forms.py
+1
-2
1 addition, 2 deletions
smash/web/tests/forms/test_voucher_forms.py
with
1 addition
and
2 deletions
smash/web/tests/forms/test_voucher_forms.py
+
1
−
2
View file @
621e9577
...
...
@@ -3,9 +3,8 @@ import logging
from
django.urls
import
reverse
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.worker_study_role
import
ROLE_CHOICES_VOUCHER_PARTNER
from
web.tests
import
LoggedInWithWorkerTestCase
from
web.tests.functions
import
create_study_subject
,
create_voucher_type
,
format_form_field
,
create_voucher
,
\
create_worker
,
create_voucher_partner
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment