Ignore stupid PyLint warning with "wrong-import-order"

This commit is contained in:
Ivan Kravets
2016-01-13 01:23:58 +02:00
parent fa51860268
commit 8a85d7ef1c

View File

@@ -18,7 +18,7 @@ import re
from os.path import abspath, basename, expanduser, isdir, join, relpath
import bottle
import click
import click # pylint: disable=wrong-import-order
from platformio import exception, util