From 0ad9326d976faa3ff96d995bba26e6a4b74cdf2f Mon Sep 17 00:00:00 2001 From: Laetitia Date: Fri, 25 Oct 2024 11:24:46 +0200 Subject: [PATCH] ref: remove useless import --- la_chariotte/order/forms.py | 1 - 1 file changed, 1 deletion(-) diff --git a/la_chariotte/order/forms.py b/la_chariotte/order/forms.py index cfc91f2..51c03cc 100644 --- a/la_chariotte/order/forms.py +++ b/la_chariotte/order/forms.py @@ -4,7 +4,6 @@ from django import forms from django.contrib.auth import get_user_model from django.forms.utils import to_current_timezone from django.utils import timezone -from pygments.lexer import default from la_chariotte.order.models import GroupedOrder, Item