summaryrefslogtreecommitdiff
path: root/Lib/test/test_aifc.py
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-04-24 07:31:42 +0300
committerBerker Peksag <berker.peksag@gmail.com>2016-04-24 07:31:42 +0300
commit65da519b99fbd7ad7b99479029d802eef0973c97 (patch)
tree8bf607766d1a1b3682c3ac024bc628b5d08fe8fb /Lib/test/test_aifc.py
parente35ea6ba08baadcf9cd98d266e74af4271433ba0 (diff)
downloadcpython-65da519b99fbd7ad7b99479029d802eef0973c97.tar.gz
Issue #23277: Remove unused sys and os imports
Patch by Jon Dufresne.
Diffstat (limited to 'Lib/test/test_aifc.py')
-rw-r--r--Lib/test/test_aifc.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_aifc.py b/Lib/test/test_aifc.py
index ab5143787b..1bd1f89c8a 100644
--- a/Lib/test/test_aifc.py
+++ b/Lib/test/test_aifc.py
@@ -2,7 +2,6 @@ from test.support import findfile, TESTFN, unlink
import unittest
from test import audiotests
from audioop import byteswap
-import os
import io
import sys
import struct