Don't need to document these guys.

pull/4420/head
Michael DeHaan 2014-01-02 17:55:59 -05:00
parent c4a8a6d3c2
commit de2ffc1276
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ import traceback
# modules that are ok that they do not have documentation strings
BLACKLIST_MODULES = [
'async_wrapper',
'async_wrapper', 'accelerate', 'async_status'
]
def get_docstring(filename, verbose=False):