Fix pre-commit

This commit is contained in:
Gabriel Augendre 2022-04-27 20:46:50 +02:00
parent 394882f541
commit 883fc8e8f9

View file

@ -7,12 +7,7 @@ from django.views.generic import TemplateView
from matplotlib import pyplot as plt
from matplotlib import ticker
from purchase.models import (
Basket,
PaymentMethod,
Product,
ProductQuerySet,
)
from purchase.models import Basket, PaymentMethod, Product, ProductQuerySet
from purchase.views.utils import ProtectedViewsMixin