Skip to content
Snippets Groups Projects
Commit 93222316 authored by Todd Dembrey's avatar Todd Dembrey
Browse files

Fix the flake8 errors

parent 4a434c98
No related branches found
No related tags found
No related merge requests found
from django.contrib import admin
# from django.contrib import admin
# Register your models here.
from django.db import models
# from django.db import models
# Create your models here.
from django.shortcuts import render
# from django.shortcuts import render
# Create your views here.
......@@ -10,5 +10,5 @@ check_untyped_defs = True
ignore_errors = False
[flake8]
ignore=E501,F405
exclude=*/migrations/*
\ No newline at end of file
ignore=E501,F405
exclude=*/migrations/*
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment