Fix: flake8

This commit is contained in:
winkidney
2020-05-08 00:39:15 +08:00
parent 023a8ad824
commit 42a8fbea8e
4 changed files with 0 additions and 12 deletions

View File

@@ -1,3 +0,0 @@
from django.contrib import admin
# Register your models here.

View File

@@ -1,3 +0,0 @@
from django.db import models
# Create your models here.

View File

@@ -1,3 +0,0 @@
from django.test import TestCase
# Create your tests here.

View File

@@ -1,3 +0,0 @@
from django.shortcuts import render
# Create your views here.