mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
PEP fix
This commit is contained in:
parent
cc7fb31d6d
commit
7ac4308c22
@ -21,7 +21,7 @@ from rest_framework import views
|
|||||||
|
|
||||||
|
|
||||||
class TreeSerializer(views.APIView):
|
class TreeSerializer(views.APIView):
|
||||||
""" JSON View for serializing a Tree object.
|
""" JSON View for serializing a Tree object.
|
||||||
|
|
||||||
Turns a 'tree' model into a JSON object compatible with bootstrap-treview.
|
Turns a 'tree' model into a JSON object compatible with bootstrap-treview.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user