Skip to content

Commit

Permalink
Sort tests imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Mishbah Razzaque committed Feb 7, 2016
1 parent 303d3d7 commit 4758b9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_akismet.py
Expand Up @@ -4,7 +4,7 @@
import responses

from django.conf import settings
from django.test import TestCase, RequestFactory
from django.test import RequestFactory, TestCase

from fwdform.akismet import Akismet

Expand Down
2 changes: 1 addition & 1 deletion tests/test_models.py
Expand Up @@ -3,7 +3,7 @@

from django.test import TestCase

from fwdform.models import Site, FwdForm
from fwdform.models import FwdForm, Site


class TestFwdformModels(TestCase):
Expand Down

0 comments on commit 4758b9d

Please sign in to comment.