PEP fix
This commit is contained in:
parent
cc7fb31d6d
commit
7ac4308c22
|
|
@ -21,7 +21,7 @@ from rest_framework import views
|
|||
|
||||
|
||||
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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue