Fix flake8 warnings

This commit fixes all warnings created by flake8 by removing unused
imports and variable assignments. Some wrongly indented lines are now
indented correctly.
This commit is contained in:
Jan Dittberner 2015-12-05 13:47:41 +00:00
parent 30600ce107
commit fb1f31a9bc
12 changed files with 50 additions and 49 deletions

View file

@ -18,4 +18,9 @@ class OsusersAppConfig(AppConfig):
verbose_name = _('Operating System Users and Groups')
def ready(self):
import osusers.signals
"""
Takes care of importing the signal handlers of the :py:mod:`osusers`
app.
"""
import osusers.signals # NOQA