Fix some PyLint errors

This commit is contained in:
Ivan Kravets
2019-05-07 23:51:46 +03:00
parent 45d4b92678
commit 947e31ca8d
5 changed files with 14 additions and 30 deletions

View File

@ -12,8 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# pylint: disable=not-an-iterable
class PlatformioException(Exception):