~roadmr/canonical-identity-provider/fix-deprecation-warnings-1

« back to all changes in this revision

Viewing changes to src/identityprovider/tests/test_forms.py

  • Committer: Tom Wardill
  • Date: 2018-02-14 14:05:59 UTC
  • mfrom: (1602 work)
  • mto: (1597.1.44 django-1.10)
  • mto: This revision was merged to the branch mainline in revision 1603.
  • Revision ID: tom.wardill@canonical.com-20180214140559-ow5txzwy46nopws2
Merge flake8 changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
# GNU Affero General Public License version 3 (see the file LICENSE).
5
5
import urllib2
6
6
 
 
7
from django import forms
7
8
from django.http import HttpRequest
8
 
from django import forms
9
 
from django_openid_auth.teams import TeamsRequest
10
9
from django.test.utils import override_settings
11
10
from django.utils.timezone import now
 
11
from django_openid_auth.teams import TeamsRequest
12
12
 
13
13
from gargoyle.testutils import switches
14
14
from mock import call, patch, sentinel