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

imports organized

parent a10a449a
No related branches found
No related tags found
1 merge request!336Pylint checks
import logging
from django.core.files.images import ImageFile
from django.test import TestCase
from web.api_views.serialization_utils import *
from web.tests.functions import get_resource_path
from web.api_views.serialization_utils import str_to_yes_no, str_to_yes_no_null, bool_to_yes_no_null, bool_to_yes_no
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