summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_capi/test_getargs.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_capi/test_getargs.py')
-rw-r--r--Lib/test/test_capi/test_getargs.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/Lib/test/test_capi/test_getargs.py b/Lib/test/test_capi/test_getargs.py
index 703d228..05d25a8d 100644
--- a/Lib/test/test_capi/test_getargs.py
+++ b/Lib/test/test_capi/test_getargs.py
@@ -1,7 +1,6 @@
-import unittest
-import math
import string
import sys
+import unittest
from test import support
from test.support import import_helper
from test.support import script_helper