mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2025-12-31 08:50:41 +00:00
Update wave_info_reader.py
Flake8 note
This commit is contained in:
@@ -10,7 +10,7 @@ class WavInfoChunkReader:
|
||||
|
||||
f.seek(0)
|
||||
parsed_chunks = parse_chunk(f)
|
||||
assert type(parsed_chunks) == ListChunkDescriptor
|
||||
assert type(parsed_chunks) is ListChunkDescriptor
|
||||
|
||||
list_chunks = [chunk for chunk in parsed_chunks.children
|
||||
if type(chunk) is ListChunkDescriptor]
|
||||
|
||||
Reference in New Issue
Block a user