From 6e662211019a89caec44de8a57c675872b0b5498 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Mon, 25 Mar 2024 02:57:44 -0400 Subject: New upstream version 1.26.9. --- test/test_output.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_output.py') diff --git a/test/test_output.py b/test/test_output.py index 84433f0..e81f768 100644 --- a/test/test_output.py +++ b/test/test_output.py @@ -152,5 +152,5 @@ class TestShortenEAW(unittest.TestCase): self.assertEqual(f(s, 19, "") , "幻-想-郷###幻-想-郷") -if __name__ == '__main__': +if __name__ == "__main__": unittest.main() -- cgit v1.2.3