Browse Source

PEP8 fixes

pull/250/head
Guillim 5 years ago
parent
commit
6c248bfd58
1 changed files with 0 additions and 4 deletions
  1. 4
      app/authentification/tests/test_signup.py

4
app/authentification/tests/test_signup.py

@ -1,8 +1,4 @@
from django.test import TestCase
from django.utils.encoding import force_bytes
from django.utils.http import urlsafe_base64_encode
from ..tokens import account_activation_token
from ..forms import SignupForm

Loading…
Cancel
Save