pylint: do not interpret asyncio.ensure_future compat hack

This commit is contained in:
Wojtek Porczyk 2017-03-01 17:39:53 +01:00
parent 865ab10a0c
commit c2a0d34ade
2 changed files with 2 additions and 1 deletions

View File

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

View File

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