remove unused coding=utf-8

This commit is contained in:
virusdefender 2017-01-23 16:31:17 +08:00
parent 32c1b89080
commit c26ee6e87a
11 changed files with 1 additions and 17 deletions

View File

@ -5,3 +5,4 @@ exclude =
*settings.py
max-line-length = 180
inline-quotes = "
no-accept-encodings = True

View File

@ -1,4 +1,3 @@
# coding=utf-8
from utils.api import serializers, DateTimeTZField
from .models import User, AdminType

View File

@ -1,6 +1,3 @@
# coding=utf-8
from __future__ import unicode_literals
from django.db import models
from django.utils.timezone import now
from group.models import Group

View File

@ -1,6 +1,3 @@
# coding=utf-8
from __future__ import unicode_literals
from django.db import models

View File

@ -1,4 +1,2 @@
# coding=utf-8
# please set your own SECRET_KEY to a long random string
# SECRET_KEY = ""

View File

@ -1,6 +1,3 @@
# coding=utf-8
class DBRouter(object):
def db_for_read(self, model, **hints):
if model._meta.app_label == "submission":

View File

@ -1,4 +1,3 @@
# coding=utf-8
from django.conf.urls import include, url
urlpatterns = [

View File

@ -1 +0,0 @@
# coding=utf-8

View File

@ -1,4 +1,3 @@
# coding=utf-8
from django.http import HttpResponse
from utils.captcha import Captcha

View File

@ -1 +0,0 @@
# coding=utf-8

View File

@ -1 +0,0 @@
# coding=utf-8