mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 11:35:41 +00:00
PEP fix
This commit is contained in:
@ -12,7 +12,7 @@ class SampleIntegrationPlugin(SettingsMixin, UrlsMixin, NavigationMixin, Integra
|
||||
"""
|
||||
|
||||
PLUGIN_NAME = "SampleIntegrationPlugin"
|
||||
PLUGIN_SLUG= "sample"
|
||||
PLUGIN_SLUG = "sample"
|
||||
|
||||
def view_test(self, request):
|
||||
"""very basic view"""
|
||||
|
Reference in New Issue
Block a user