Remove "coding: utf8" line

This commit is contained in:
Martin Pépin 2018-01-06 12:23:24 +01:00
parent 36ce038050
commit 475f1adec5
42 changed files with 0 additions and 78 deletions

View file

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from django.contrib.auth import get_user_model
from kfet.models import Account, GenericTeamToken

View file

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from django.contrib.auth import get_user_model
from .backends import AccountBackend

View file

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from unittest import mock
from django.core import signing