mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-19 21:45:39 +00:00
PEP fixes
This commit is contained in:
@ -282,6 +282,7 @@ def primitive_to_javascript(primitive):
|
||||
# Wrap with quotes
|
||||
return format_html("'{}'", primitive)
|
||||
|
||||
|
||||
@register.filter
|
||||
def keyvalue(dict, key):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user