removed os import and filsize from test_wav

This commit is contained in:
Suryansh Shakya
2024-01-16 22:33:11 +05:30
parent e4627be1ac
commit 0c2db251e4
2 changed files with 0 additions and 2 deletions

View File

@@ -33,7 +33,6 @@ from collections import (
namedtuple,
)
from html import escape
import os.path
import re
import traceback

View File

@@ -41,7 +41,6 @@ expected_info = {
'~channels': '2',
'~sample_rate': '44100',
'~bits_per_sample': '16',
'~filesize': '15706',
}
if WAVFile.supports_tag('artist'):