mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 11:51:26 -07:00
Fix ansible-test type hints.
This commit is contained in:
parent
0a2cdb2585
commit
f6d7fc548e
4 changed files with 7 additions and 7 deletions
|
@ -841,7 +841,7 @@ def compile_version(args, python_version, include, exclude):
|
|||
:type args: CompileConfig
|
||||
:type python_version: str
|
||||
:type include: tuple[CompletionTarget]
|
||||
:param exclude: tuple[CompletionTarget]
|
||||
:type exclude: tuple[CompletionTarget]
|
||||
:rtype: TestResult
|
||||
"""
|
||||
command = 'compile'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue