1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-30 07:50:43 +00:00

Fix ansible-test type hints.

This commit is contained in:
Matt Clay 2017-07-28 16:17:56 -07:00
parent 0a2cdb2585
commit f6d7fc548e
4 changed files with 7 additions and 7 deletions

View file

@ -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'