Skip to content

Commit

Permalink
Merge pull request #400 from plone/fix-flake8-isort-error
Browse files Browse the repository at this point in the history
fix flake8 isort error after generation
  • Loading branch information
jensens committed Aug 8, 2019
2 parents e6a9415 + 53706ba commit 686dc74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Changelog
4.1.1 (unreleased)
------------------

- Fix flake8 isort error in generated addon.
[jensens]

- Change fonts mixin to bob template and use normalized_name.
[balavec]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ from plone.app.testing import TEST_USER_ID

import unittest


try:
from Products.CMFPlone.utils import get_installer
except ImportError:
Expand Down

0 comments on commit 686dc74

Please sign in to comment.