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:
parent
30600ce107
commit
fb1f31a9bc
12 changed files with 50 additions and 49 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue