From 70589b06e1f1c6fa3618c1f6f1fa8daba2862982 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Tue, 14 Apr 2020 19:27:43 +1000 Subject: [PATCH] doc --- InvenTree/plugins/plugins.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/InvenTree/plugins/plugins.py b/InvenTree/plugins/plugins.py index 75815aded2..a2f1c836aa 100644 --- a/InvenTree/plugins/plugins.py +++ b/InvenTree/plugins/plugins.py @@ -48,5 +48,8 @@ def get_plugins(pkg, baseclass): def load_barcode_plugins(): + """ + Return a list of all registered barcode plugins + """ return get_plugins(barcode, BarcodePlugin)