From 797195d8ad212e62a6c51fe5d767afdeeefa3ae9 Mon Sep 17 00:00:00 2001 From: julienmalard Date: Fri, 26 Jun 2020 11:21:35 -0400 Subject: [PATCH] Removed debug print --- tests/test_regex.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_regex.py b/tests/test_regex.py index 19f1923..d20a8bf 100644 --- a/tests/test_regex.py +++ b/tests/test_regex.py @@ -14,7 +14,6 @@ class TestRegex(unittest.TestCase): @unittest.skipIf(sys.version_info[0] == 2, 'Unicode and Python 2 do not place nicely together.') def test_unicode_class(self): "Tests that character classes from the `regex` module work correctly." - print(sys.version_info) g = Lark(r""" ?start: NAME NAME: ID_START ID_CONTINUE*