diff options
| author | Scott Gasch <[email protected]> | 2022-02-03 14:18:37 -0800 |
|---|---|---|
| committer | Scott Gasch <[email protected]> | 2022-02-03 14:18:37 -0800 |
| commit | 713a609bd19d491de03debf8a4a6ddf2540b13dc (patch) | |
| tree | 6593978162d3c11c3a54e44a770aded4abc79704 /tests/letter_compress_test.py | |
| parent | eb1c6392095947b3205c4d52cd9b1507e6cd776b (diff) | |
Change settings in flake8 and black.
Diffstat (limited to 'tests/letter_compress_test.py')
| -rwxr-xr-x | tests/letter_compress_test.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/letter_compress_test.py b/tests/letter_compress_test.py index a466277..e67838a 100755 --- a/tests/letter_compress_test.py +++ b/tests/letter_compress_test.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 -import random import math +import random import unittest import bootstrap @@ -10,7 +10,6 @@ import unittest_utils as uu class TestLetterCompress(unittest.TestCase): - def test_with_random_strings(self): alphabet = 'abcdefghijklmnopqrstuvwxyz .,"-' for n in range(20): |
