Fix isort issues

This commit is contained in:
Raphael Michel
2022-07-06 09:16:10 +02:00
parent 86be7b7934
commit fe28a8f539
2 changed files with 4 additions and 2 deletions

View File

@@ -26,11 +26,11 @@ from django.utils.translation import gettext_lazy as _
from openpyxl.styles import Alignment
from openpyxl.utils import get_column_letter
from ...helpers.safe_openpyxl import SafeCell
from ..channels import get_all_sales_channels
from ..exporter import ListExporter
from ..models import ItemMetaValue
from ..signals import register_data_exporters
from ...helpers.safe_openpyxl import SafeCell
def _max(a1, a2):