From b745f920c95f9c6fd81ad988305a4197da98b23e Mon Sep 17 00:00:00 2001 From: Martin Panter Date: Tue, 6 Sep 2016 02:18:16 +0000 Subject: [PATCH] Issue #27355: Import no longer needed --- Lib/ctypes/test/test_funcptr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/ctypes/test/test_funcptr.py b/Lib/ctypes/test/test_funcptr.py index 636c045c9e..f34734b164 100644 --- a/Lib/ctypes/test/test_funcptr.py +++ b/Lib/ctypes/test/test_funcptr.py @@ -1,4 +1,4 @@ -import os, unittest +import unittest from ctypes import * try: -- 2.40.0