mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
PY2 lint fix
This commit is contained in:
@ -13,7 +13,7 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
# pylint: disable=unused-import, no-name-in-module, import-error,
|
# pylint: disable=unused-import, no-name-in-module, import-error,
|
||||||
# pylint: disable=no-member, undefined-variable
|
# pylint: disable=no-member, undefined-variable, unexpected-keyword-arg
|
||||||
|
|
||||||
import glob
|
import glob
|
||||||
import inspect
|
import inspect
|
||||||
|
Reference in New Issue
Block a user