From 713a609bd19d491de03debf8a4a6ddf2540b13dc Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Thu, 3 Feb 2022 14:18:37 -0800 Subject: Change settings in flake8 and black. --- tests/letter_compress_test.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/letter_compress_test.py') 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): -- cgit v1.3