Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
modified:   CHANGES.txt
modified:   src/Products/MIMETools/__init__.py
  • Loading branch information
jugmac00 committed Aug 12, 2019
1 parent dc52738 commit ad33e3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Changelog

3.1 (unreleased)
----------------
- Fix linting


3.0 (2019-05-20)
Expand Down
2 changes: 1 addition & 1 deletion src/Products/MIMETools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
#
##############################################################################

from . import MIMETag # NOQA: flake8: F401
from . import MIMETag # noqa: F401

0 comments on commit ad33e3a

Please sign in to comment.