Skip to content

Commit

Permalink
[#943] Delete a done TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Hammond committed Aug 30, 2013
1 parent f816ead commit 159c56a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ckan/plugins/toolkit_sphinx_extension.py
Expand Up @@ -169,9 +169,6 @@ def source_read(app, docname, source):
elif inspect.isclass(thing):
source_ += format_class(name, thing, docstring=custom_docstring)
elif isinstance(thing, types.ObjectType):
# TODO: Custom docstrings for response, request and c
# (don't use the Pylons ones)
# (also for other stuff we import from other libs)
source_ += format_object(name, thing, docstring=custom_docstring)

else:
Expand Down

0 comments on commit 159c56a

Please sign in to comment.