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

imports organized

parent acdc2d71
No related branches found
No related tags found
1 merge request!336Pylint checks
import logging
from django.test import TestCase
from django.forms import ValidationError
from web.tests.functions import create_study, create_study_subject
from web.forms.study_forms import StudyEditForm
from web.models.study import Study
from web.models.study_subject import StudySubject
from web.tests.functions import create_study
logger = logging.getLogger(__name__)
......
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