Issue #23277: Remove unused sys and os imports

Patch by Jon Dufresne.
This commit is contained in:
Berker Peksag 2016-04-24 07:31:42 +03:00
parent 37917369d5
commit 1e8ee9b380
45 changed files with 6 additions and 48 deletions

View file

@ -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