forked from platformio/platformio-core
PyLint fixes
This commit is contained in:
@ -12,6 +12,8 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
|
# pylint: disable=too-many-arguments, too-many-locals, too-many-branches
|
||||||
|
|
||||||
from fnmatch import fnmatch
|
from fnmatch import fnmatch
|
||||||
from os import getcwd, listdir
|
from os import getcwd, listdir
|
||||||
from os.path import isdir, join
|
from os.path import isdir, join
|
||||||
|
Reference in New Issue
Block a user