2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-29 10:10:53 +00:00

resort imports

This commit is contained in:
Matthias Mair
2022-05-20 17:24:51 +02:00
parent ddc4ef3c38
commit e1d22f538d
156 changed files with 807 additions and 1042 deletions

View File

@ -2,16 +2,15 @@
import os
import shutil
from django.conf import settings
from django.http.response import StreamingHttpResponse
from django.urls import reverse
from django.conf import settings
from InvenTree.api_tester import InvenTreeAPITestCase
import report.models as report_models
from common.models import InvenTreeUserSetting
from stock.models import StockItem
from build.models import Build
from common.models import InvenTreeUserSetting
from InvenTree.api_tester import InvenTreeAPITestCase
from stock.models import StockItem
class ReportTest(InvenTreeAPITestCase):