mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-22 16:18:03 +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"
|
format = "grouped"
|
||||||
|
|
||||||
[tool.flakeheaven.plugins]
|
[tool.flakeheaven.plugins]
|
||||||
"flake8-*" = [
|
"*" = [
|
||||||
"+*",
|
"+*",
|
||||||
# long lines
|
# long lines
|
||||||
"-E501",
|
"-E501",
|
||||||
|
|
|
@ -1,3 +1 @@
|
||||||
from django.test import TestCase
|
|
||||||
|
|
||||||
# Create your tests here.
|
# Create your tests here.
|
||||||
|
|
|
@ -1,3 +1 @@
|
||||||
from django.test import TestCase
|
|
||||||
|
|
||||||
# Create your tests here.
|
# Create your tests here.
|
||||||
|
|
|
@ -9,7 +9,6 @@ from matplotlib import ticker
|
||||||
|
|
||||||
from purchase.models import (
|
from purchase.models import (
|
||||||
Basket,
|
Basket,
|
||||||
BasketQuerySet,
|
|
||||||
PaymentMethod,
|
PaymentMethod,
|
||||||
Product,
|
Product,
|
||||||
ProductQuerySet,
|
ProductQuerySet,
|
||||||
|
|
Loading…
Reference in a new issue