mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
PY2 lint fix
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
# 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 inspect
|
||||
|
Reference in New Issue
Block a user