mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
style fix
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
from django.test import TestCase
|
||||
|
||||
import plugins.plugin
|
||||
from plugins.plugins import load_action_plugins, load_barcode_plugins, load_integration_plugins
|
||||
from plugins.plugins import load_integration_plugins # , load_action_plugins, load_barcode_plugins
|
||||
|
||||
|
||||
class InvenTreePluginTests(TestCase):
|
||||
|
Reference in New Issue
Block a user