Browse Source

codacy fix (unused import)

pull/250/head
Guillim 5 years ago
parent
commit
d59a512b83
1 changed files with 0 additions and 1 deletions
  1. 1
      app/authentification/tests/test_activate.py

1
app/authentification/tests/test_activate.py

@ -1,4 +1,3 @@
from ..utils import activate
from django.test import RequestFactory, TestCase
from django.utils.http import urlsafe_base64_encode
from django.utils.encoding import force_bytes

Loading…
Cancel
Save