From: Brett Cannon Date: Wed, 13 Dec 2006 22:31:37 +0000 (+0000) Subject: Remove an unneeded import of 'warnings'. X-Git-Tag: v2.6a1~2374 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=905820ccba901b2b76ae8e27b63d0e242b3b7553;p=python Remove an unneeded import of 'warnings'. --- diff --git a/Lib/test/test_compile.py b/Lib/test/test_compile.py index a3f15bf651..4cb619d338 100644 --- a/Lib/test/test_compile.py +++ b/Lib/test/test_compile.py @@ -1,5 +1,4 @@ import unittest -import warnings import sys from test import test_support