Skip to content

Commit

Permalink
removed os import and filsize from test_wav
Browse files Browse the repository at this point in the history
  • Loading branch information
nullHawk committed Jan 16, 2024
1 parent e4627be commit 0c2db25
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion picard/ui/infodialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
namedtuple,
)
from html import escape
import os.path
import re
import traceback

Expand Down
1 change: 0 additions & 1 deletion test/formats/test_wav.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
'~channels': '2',
'~sample_rate': '44100',
'~bits_per_sample': '16',
'~filesize': '15706',
}

if WAVFile.supports_tag('artist'):
Expand Down

0 comments on commit 0c2db25

Please sign in to comment.