Skip to content

Commit

Permalink
fixing pylint error
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Oct 13, 2020
1 parent b6ed306 commit 0026b35
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/common/tests.py
Expand Up @@ -14,8 +14,10 @@

from core.collections.models import Collection
from core.common.constants import HEAD, OCL_ORG_ID, SUPER_ADMIN_USER_ID
from core.common.utils import compact_dict_by_values, to_snake_case, flower_get, task_exists, parse_bulk_import_task_id, \
from core.common.utils import (
compact_dict_by_values, to_snake_case, flower_get, task_exists, parse_bulk_import_task_id,
to_camel_case
)
from core.concepts.models import Concept, LocalizedText
from core.mappings.models import Mapping
from core.orgs.models import Organization
Expand Down

0 comments on commit 0026b35

Please sign in to comment.