Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Baechler committed Sep 3, 2015
1 parent 95579a3 commit f6a2d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testapp/models.py
Expand Up @@ -17,7 +17,7 @@

try:
# FeinCMS 2.0
import feincms.extensions.translations
import feincms.extensions.translations # noqa
except ImportError:
Entry.register_extensions('feincms.module.extensions.translations')
else:
Expand Down

0 comments on commit f6a2d52

Please sign in to comment.