Skip to content

Commit

Permalink
Fix imports sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Oct 29, 2016
1 parent 58e49e7 commit 40f4f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plone/api/tests/test_doctests.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# -*- coding: utf-8 -*-
"""Boilerplate for doctest functional tests."""

from logging import getLogger
from plone.app.testing import applyProfile
from plone.app.testing import PLONE_INTEGRATION_TESTING
Expand All @@ -21,6 +20,7 @@
import re
import unittest


logger = getLogger(__name__)

try:
Expand Down

1 comment on commit 40f4f6a

@jenkins-plone-org
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gforcada Jenkins CI reporting about code analysis
See the full report here: http://jenkins.plone.org/job/package-plone.api/87/violations

src/plone/api/content.py:268:1: C901 'delete' is too complex (15)
src/plone/api/content.py:360:1: C901 '_wf_transitions_for' is too complex (13)
src/plone/api/content.py:425:1: C901 'transition' is too complex (13)

Follow these instructions to reproduce it locally.

Please sign in to comment.