Skip to content

Commit

Permalink
Fix flake8 runs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed Jun 7, 2020
1 parent 31c7bbd commit 8ab6a4d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion user_sessions/admin.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import django
from django.contrib import admin
from django.contrib.auth import get_user_model
from django.utils.timezone import now
Expand Down
2 changes: 1 addition & 1 deletion user_sessions/management/commands/clearsessions.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from django.contrib.sessions.management.commands.clearsessions import Command # flake8: noqa isort:skip
from django.contrib.sessions.management.commands.clearsessions import Command # noqa isort:skip

0 comments on commit 8ab6a4d

Please sign in to comment.