Skip to content

Commit

Permalink
autopep8
Browse files Browse the repository at this point in the history
  • Loading branch information
iluvcapra committed Nov 24, 2024
1 parent 7c3ae74 commit d8f57c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wavinfo/wave_smpl_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def __init__(self, smpl_data: bytes):
unpacked_data = struct.unpack(header_field_fmt,
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.
self.manufacturer: int = unpacked_data[0]

Expand Down

0 comments on commit d8f57c8

Please sign in to comment.