From 9e590c1bc6802d6273af13677c5ba43a52cb71f9 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 15 May 2022 18:06:32 +0200 Subject: [PATCH] this seems fine - just keep it that way --- InvenTree/plugin/base/barcodes/api.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/InvenTree/plugin/base/barcodes/api.py b/InvenTree/plugin/base/barcodes/api.py index 296986b2d1..edd9fc3dcc 100644 --- a/InvenTree/plugin/base/barcodes/api.py +++ b/InvenTree/plugin/base/barcodes/api.py @@ -63,7 +63,6 @@ class BarcodeScan(APIView): plugin = None for current_plugin in plugins: - # TODO @matmair make simpler after InvenTree 0.7.0 release current_plugin.init(barcode_data) if current_plugin.validate(): @@ -168,7 +167,6 @@ class BarcodeAssign(APIView): plugin = None for current_plugin in plugins: - # TODO @matmair make simpler after InvenTree 0.7.0 release current_plugin.init(barcode_data) if current_plugin.validate():