Skip to content

Commit

Permalink
Fix flake8 warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaugustin committed Mar 8, 2015
1 parent 22473d3 commit 69aec01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debug_toolbar/compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
from django.contrib.staticfiles.testing import (
StaticLiveServerTestCase)
except ImportError: # Django < 1.7
from django.test import (
LiveServerTestCase as StaticLiveServerTestCase) # NOQA
from django.test import ( # NOQA
LiveServerTestCase as StaticLiveServerTestCase)

try:
from django.db.backends import utils as db_backends_util
Expand Down

0 comments on commit 69aec01

Please sign in to comment.