Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Imports ordering in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mishbah committed Oct 1, 2014
1 parent 1c7c492 commit c6b4505
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/test_middleware.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

from django.http import HttpResponse
from django.test import TestCase
from django.test.client import RequestFactory

from responsive.middleware import ResponsiveMiddleware
from responsive.conf import settings
from responsive.middleware import ResponsiveMiddleware
from responsive.utils import Device


from django.http import HttpResponse


def hello(request):
html = """
<html>
Expand Down

0 comments on commit c6b4505

Please sign in to comment.