From 5301d9c10d4a386f8889722cd9aba903ccaed17d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Walter=20D=C3=B6rwald?= Date: Tue, 5 Aug 2003 15:55:38 +0000 Subject: [PATCH] Remove useless import. --- Lib/test/test_complex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_complex.py b/Lib/test/test_complex.py index 592b07a5ec..20ae1deeb7 100644 --- a/Lib/test/test_complex.py +++ b/Lib/test/test_complex.py @@ -1,4 +1,4 @@ -import unittest, os, math +import unittest, os from test import test_support import warnings -- 2.50.0