From 1098d3eb5142e7ff2c8ccc786862b6e14ac21cea Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Tue, 9 Aug 2022 13:25:42 +0200 Subject: [PATCH] drop import ActionDevice --- ereuse_devicehub/inventory/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ereuse_devicehub/inventory/views.py b/ereuse_devicehub/inventory/views.py index 7258b57f..47b81fc4 100644 --- a/ereuse_devicehub/inventory/views.py +++ b/ereuse_devicehub/inventory/views.py @@ -37,7 +37,7 @@ from ereuse_devicehub.inventory.forms import ( ) from ereuse_devicehub.labels.forms import PrintLabelsForm from ereuse_devicehub.parser.models import PlaceholdersLog, SnapshotsLog -from ereuse_devicehub.resources.action.models import ActionDevice, Trade +from ereuse_devicehub.resources.action.models import Trade from ereuse_devicehub.resources.device.models import ( Computer, DataStorage,