mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2025-12-31 17:00:41 +00:00
flake8
This commit is contained in:
@@ -193,11 +193,11 @@ class WavInfoReader:
|
|||||||
ltxts = []
|
ltxts = []
|
||||||
notes = []
|
notes = []
|
||||||
if adtl is not None:
|
if adtl is not None:
|
||||||
labls = [c for c in adtl.children
|
labls = [c for c in adtl.children
|
||||||
if type(c) is ChunkDescriptor and c.ident == b'labl']
|
if type(c) is ChunkDescriptor and c.ident == b'labl']
|
||||||
ltxts = [c for c in adtl.children
|
ltxts = [c for c in adtl.children
|
||||||
if type(c) is ChunkDescriptor and c.ident == b'ltxt']
|
if type(c) is ChunkDescriptor and c.ident == b'ltxt']
|
||||||
notes = [c for c in adtl.children
|
notes = [c for c in adtl.children
|
||||||
if type(c) is ChunkDescriptor and c.ident == b'note']
|
if type(c) is ChunkDescriptor and c.ident == b'note']
|
||||||
|
|
||||||
return WavCuesReader.read_all(f, cue, labls, ltxts, notes,
|
return WavCuesReader.read_all(f, cue, labls, ltxts, notes,
|
||||||
|
|||||||
Reference in New Issue
Block a user