summaryrefslogtreecommitdiff
path: root/Lib/test/test_transformer.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_transformer.py')
-rw-r--r--Lib/test/test_transformer.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/Lib/test/test_transformer.py b/Lib/test/test_transformer.py
index 6a8c98a627..909cda5183 100644
--- a/Lib/test/test_transformer.py
+++ b/Lib/test/test_transformer.py
@@ -29,9 +29,7 @@ class Tests(unittest.TestCase):
assert vals['b'] == 2
def test_main():
- test_support.run_unittest(
- Tests
- )
+ test_support.run_unittest(Tests)
if __name__ == "__main__":
test_main()