mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-22 16:18:03 +01:00
Fix pre-commit
This commit is contained in:
parent
394882f541
commit
883fc8e8f9
1 changed files with 1 additions and 6 deletions
|
@ -7,12 +7,7 @@ from django.views.generic import TemplateView
|
||||||
from matplotlib import pyplot as plt
|
from matplotlib import pyplot as plt
|
||||||
from matplotlib import ticker
|
from matplotlib import ticker
|
||||||
|
|
||||||
from purchase.models import (
|
from purchase.models import Basket, PaymentMethod, Product, ProductQuerySet
|
||||||
Basket,
|
|
||||||
PaymentMethod,
|
|
||||||
Product,
|
|
||||||
ProductQuerySet,
|
|
||||||
)
|
|
||||||
from purchase.views.utils import ProtectedViewsMixin
|
from purchase.views.utils import ProtectedViewsMixin
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue