diff --git a/InvenTree/plugin/samples/integration/test_api_caller.py b/InvenTree/plugin/samples/integration/test_api_caller.py index 7db431c3ee..e15edfad94 100644 --- a/InvenTree/plugin/samples/integration/test_api_caller.py +++ b/InvenTree/plugin/samples/integration/test_api_caller.py @@ -4,6 +4,7 @@ from django.test import TestCase from plugin import plugin_registry + class SampleApiCallerPluginTests(TestCase): """ Tests for SampleApiCallerPluginTests """