mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
PEP fix
This commit is contained in:
parent
dcab0c430c
commit
d577d3778d
@ -28,6 +28,7 @@ def mixin_enabled(plugin, key, *args, **kwargs):
|
||||
""" Return if the mixin is existant and configured in the plugin """
|
||||
return plugin.mixin_enabled(key)
|
||||
|
||||
|
||||
@register.simple_tag()
|
||||
def navigation_enabled(*args, **kwargs):
|
||||
"""Return if plugin navigation is enabled"""
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 65c58c7e2d133bf2098f91f6f202a6f6a2f09eb9
|
||||
Subproject commit 6a9d1e622e6e64208df58c6a75a4a1caf12b20bf
|
Loading…
Reference in New Issue
Block a user