make our tests pass pylint

Change-Id: If3a9f178c3f915123178efe00269fce74f6e585d
This commit is contained in:
Harald Welte
2024-02-04 19:33:17 +01:00
parent af8826a02b
commit 57f73f8de7
2 changed files with 13 additions and 0 deletions

View File

@@ -17,6 +17,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import unittest
from construct import Int8ub
from pySim.tlv import *
class TestUtils(unittest.TestCase):