1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-11-05 08:10:38 +03:00

Silence pylint

Silence pylint in specific places where we're doing slightly unusual
or dodgy, but correct.
This commit is contained in:
Gilles Peskine
2019-02-25 21:39:42 +01:00
parent 6fc5215831
commit afd19dd9b6
4 changed files with 9 additions and 4 deletions

View File

@@ -37,7 +37,8 @@ https://github.com/ARMmbed/greentea
import re
import os
import binascii
from mbed_host_tests import BaseHostTest, event_callback
from mbed_host_tests import BaseHostTest, event_callback # pylint: disable=import-error
class TestDataParserError(Exception):