pylint: do not interpret asyncio.ensure_future compat hack

这个提交包含在:
Wojtek Porczyk 2017-03-01 17:39:53 +01:00
父节点 865ab10a0c
当前提交 c2a0d34ade
共有 2 个文件被更改,包括 2 次插入1 次删除

查看文件

@ -17,6 +17,8 @@ disable=
missing-docstring,
star-args
confidence=HIGH,INFERENCE,INFERENCE_FAILURE
[REPORTS]
# Set the output format. Available formats are text, parseable, colorized, msvs

查看文件

@ -1,5 +1,4 @@
#!/usr/bin/env python3.6
# pylint: disable=deprecated-method
import argparse
import asyncio