mirror of
https://github.com/fergalmoran/picard.git
synced 2026-04-14 16:35:12 +00:00
removed os import and filsize from test_wav
This commit is contained in:
@@ -33,7 +33,6 @@ from collections import (
|
||||
namedtuple,
|
||||
)
|
||||
from html import escape
|
||||
import os.path
|
||||
import re
|
||||
import traceback
|
||||
|
||||
|
||||
@@ -41,7 +41,6 @@ expected_info = {
|
||||
'~channels': '2',
|
||||
'~sample_rate': '44100',
|
||||
'~bits_per_sample': '16',
|
||||
'~filesize': '15706',
|
||||
}
|
||||
|
||||
if WAVFile.supports_tag('artist'):
|
||||
|
||||
Reference in New Issue
Block a user