Skip to content
This repository has been archived by the owner on May 5, 2020. It is now read-only.

Commit

Permalink
style: Fix isort warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
relekang committed Apr 28, 2016
1 parent bfb8517 commit bb94082
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import time

from django.contrib.auth import authenticate
from django.test.utils import override_settings
from django.test import TestCase
from django.test.utils import override_settings

from nopassword.models import LoginCode
from nopassword.utils import get_user_model
Expand Down
3 changes: 1 addition & 2 deletions tests/test_views.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# -*- coding: utf8 -*-
from django.contrib.auth import SESSION_KEY
from django.test import Client
from django.test import Client, TestCase
from django.test.utils import override_settings
from django.test import TestCase
from mock import patch

from nopassword.models import LoginCode
Expand Down

0 comments on commit bb94082

Please sign in to comment.