mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-21 23:58:02 +01:00
Fix flake8
This commit is contained in:
parent
00cfca3438
commit
df1d20e079
4 changed files with 1 additions and 6 deletions
|
@ -50,7 +50,7 @@ max_complexity = 10
|
|||
format = "grouped"
|
||||
|
||||
[tool.flakeheaven.plugins]
|
||||
"flake8-*" = [
|
||||
"*" = [
|
||||
"+*",
|
||||
# long lines
|
||||
"-E501",
|
||||
|
|
|
@ -1,3 +1 @@
|
|||
from django.test import TestCase
|
||||
|
||||
# Create your tests here.
|
||||
|
|
|
@ -1,3 +1 @@
|
|||
from django.test import TestCase
|
||||
|
||||
# Create your tests here.
|
||||
|
|
|
@ -9,7 +9,6 @@ from matplotlib import ticker
|
|||
|
||||
from purchase.models import (
|
||||
Basket,
|
||||
BasketQuerySet,
|
||||
PaymentMethod,
|
||||
Product,
|
||||
ProductQuerySet,
|
||||
|
|
Loading…
Reference in a new issue