mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Don't need to document these guys.
This commit is contained in:
parent
c4a8a6d3c2
commit
de2ffc1276
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ import traceback
|
||||||
|
|
||||||
# modules that are ok that they do not have documentation strings
|
# modules that are ok that they do not have documentation strings
|
||||||
BLACKLIST_MODULES = [
|
BLACKLIST_MODULES = [
|
||||||
'async_wrapper',
|
'async_wrapper', 'accelerate', 'async_status'
|
||||||
]
|
]
|
||||||
|
|
||||||
def get_docstring(filename, verbose=False):
|
def get_docstring(filename, verbose=False):
|
||||||
|
|
Loading…
Reference in a new issue