diff options
author | Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) <thatiparthysreenivas@gmail.com> | 2018-11-16 15:32:58 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2018-11-16 15:32:58 (GMT) |
commit | 90d0cfb22269261333e82a7c8a17b66d6695f7b6 (patch) | |
tree | 6cded6ae606baee53268868d6887a4781830791b /Lib/test/test_aifc.py | |
parent | 4edeaeac4c194ba5d09187640b5cfca5e03be617 (diff) | |
download | cpython-90d0cfb22269261333e82a7c8a17b66d6695f7b6.zip cpython-90d0cfb22269261333e82a7c8a17b66d6695f7b6.tar.gz cpython-90d0cfb22269261333e82a7c8a17b66d6695f7b6.tar.bz2 |
bpo-35202: Remove unused imports in tests. (GH-10561)
Diffstat (limited to 'Lib/test/test_aifc.py')
-rw-r--r-- | Lib/test/test_aifc.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test_aifc.py b/Lib/test/test_aifc.py index ff52f5b..c747584 100644 --- a/Lib/test/test_aifc.py +++ b/Lib/test/test_aifc.py @@ -7,8 +7,6 @@ import io import sys import struct import aifc -import warnings - class AifcTest(audiotests.AudioWriteTests, audiotests.AudioTestsWithSourceFile): |