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