diff options
author | Jack Lloyd <[email protected]> | 2019-12-06 11:09:19 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-12-06 11:11:57 -0500 |
commit | eb430d47ec38e806c6e88e45b53d02dcb3b2668b (patch) | |
tree | d16f66b2934ccaa78fad6d92c94497d88c6e53d4 /src/scripts/test_python.py | |
parent | 96a59276189e058059ddc63d0f3c598f8d8d68b5 (diff) |
Fix pylint warning
Diffstat (limited to 'src/scripts/test_python.py')
-rw-r--r-- | src/scripts/test_python.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/test_python.py b/src/scripts/test_python.py index 40a5b6573..b66f1f1ea 100644 --- a/src/scripts/test_python.py +++ b/src/scripts/test_python.py @@ -522,7 +522,7 @@ ofvkP1EDmpx50fHLawIDAQAB def test_mpi(self): - # pylint: disable=too-many-statements + # pylint: disable=too-many-statements,too-many-locals z = botan2.MPI() self.assertEqual(z.bit_count(), 0) five = botan2.MPI('5') |