mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
PEP fix
This commit is contained in:
parent
90b3f63851
commit
2747d0d609
@ -700,7 +700,7 @@ def clean_decimal(number):
|
|||||||
|
|
||||||
def get_objectreference(obj, type_ref: str = 'content_type', object_ref: str = 'object_id'):
|
def get_objectreference(obj, type_ref: str = 'content_type', object_ref: str = 'object_id'):
|
||||||
"""lookup method for the GenericForeignKey fields
|
"""lookup method for the GenericForeignKey fields
|
||||||
|
|
||||||
Attributes:
|
Attributes:
|
||||||
- obj: object that will be resolved
|
- obj: object that will be resolved
|
||||||
- type_ref: field name for the contenttype field in the model
|
- type_ref: field name for the contenttype field in the model
|
||||||
|
Loading…
Reference in New Issue
Block a user