mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 12:05:53 +00:00
PEP fix
This commit is contained in:
@ -28,6 +28,7 @@ def mixin_enabled(plugin, key, *args, **kwargs):
|
|||||||
""" Return if the mixin is existant and configured in the plugin """
|
""" Return if the mixin is existant and configured in the plugin """
|
||||||
return plugin.mixin_enabled(key)
|
return plugin.mixin_enabled(key)
|
||||||
|
|
||||||
|
|
||||||
@register.simple_tag()
|
@register.simple_tag()
|
||||||
def navigation_enabled(*args, **kwargs):
|
def navigation_enabled(*args, **kwargs):
|
||||||
"""Return if plugin navigation is enabled"""
|
"""Return if plugin navigation is enabled"""
|
||||||
|
Submodule InvenTree/plugins/ShopifyIntegrationPlugin updated: 65c58c7e2d...6a9d1e622e
Reference in New Issue
Block a user