mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2025-12-31 17:00:41 +00:00
autopep8
This commit is contained in:
@@ -27,7 +27,7 @@ class WaveSmplReader:
|
|||||||
unpacked_data = struct.unpack(header_field_fmt,
|
unpacked_data = struct.unpack(header_field_fmt,
|
||||||
smpl_data[0:header_size])
|
smpl_data[0:header_size])
|
||||||
|
|
||||||
#: The MIDI Manufacturer's Association code for the sampler
|
#: The MIDI Manufacturer's Association code for the sampler
|
||||||
#: manufactuer, or 0 if not specific.
|
#: manufactuer, or 0 if not specific.
|
||||||
self.manufacturer: int = unpacked_data[0]
|
self.manufacturer: int = unpacked_data[0]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user