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

fix the flake8 error and add new lines to files

parent e0123618
No related branches found
No related tags found
No related merge requests found
......@@ -32,4 +32,4 @@ wheels/
# Cache
.mypy_cache/
\ No newline at end of file
.mypy_cache/
from django.test import TestCase
# from django.test import TestCase
# Create your tests here.
......@@ -11,4 +11,4 @@ ignore_errors = False
[flake8]
ignore=E501,F405
exclude=*/migrations/*
\ No newline at end of file
exclude=*/migrations/*
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