8000 Fix comment · core-api/python-client@c391e62 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Mar 18, 2019. It is now read-only.

Commit c391e62

Browse files
committed
Fix comment
1 parent 2dd9ab8 commit c391e62

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

coreapi/codecs/corejson.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,6 @@ def _document_to_primative(node, base_url=None):
156156
ret['required'] = node.required
157157
if node.location:
158158
ret['location'] = node.location
159-
#if node.schema:
160-
# ret['schema'] = node.schema
161159
return ret
162160

163161
elif isinstance(node, Object):

0 commit comments

Comments
 (0)
0