mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 12:35:46 +00:00
removes all lines consisting only of spaces
this really bothers me for some reason - nothing technical
This commit is contained in:
@ -23,10 +23,10 @@ class ActionPlugin(plugin.InvenTreePlugin):
|
||||
look at the PLUGIN_NAME instead.
|
||||
"""
|
||||
action = cls.ACTION_NAME
|
||||
|
||||
|
||||
if not action:
|
||||
action = cls.PLUGIN_NAME
|
||||
|
||||
|
||||
return action
|
||||
|
||||
def __init__(self, user, data=None):
|
||||
|
Reference in New Issue
Block a user