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