plone.api/read_only_second_approach: Fix flake8 error
Gil Forcada <jenkins-z4DKO/[email protected]>
| Newsgroups | gmane.comp.web.zope.plone.cvs |
|---|---|
| Message-ID | <[email protected]> |
Repository: plone.api Branch: refs/heads/read_only_second_approach Date: 2017-07-21T00:23:36+02:00 Author: Gil Forcada (gforcada) <[email protected]> Commit: https://github.com/plone/plone.api/commit/f5abbb960fa376d53f4998388ceb7afcc303313d Fix flake8 error Files changed: M src/plone/api/tests/test_portal.py diff --git a/src/plone/api/tests/test_portal.py b/src/plone/api/tests/test_portal.py index ea254ed..a2b518f 100644 --- a/src/plone/api/tests/test_portal.py +++ b/src/plone/api/tests/test_portal.py @@ -1,9 +1,9 @@ # -*- coding: utf-8 -*- """Tests for plone.api.portal.""" -from DateTime import DateTime from datetime import date from datetime import datetime +from DateTime import DateTime from email import message_from_string from pkg_resources import parse_version from plone.api import content ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot