From 7c3ae745b7acbd1ba1dd0bba11a0d783c13d8676 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sun, 24 Nov 2024 12:48:06 -0800 Subject: [PATCH] Lints --- wavinfo/wave_smpl_reader.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/wavinfo/wave_smpl_reader.py b/wavinfo/wave_smpl_reader.py index d6ae708..77a1563 100644 --- a/wavinfo/wave_smpl_reader.py +++ b/wavinfo/wave_smpl_reader.py @@ -1,6 +1,5 @@ import struct -from enum import IntEnum from typing import Tuple, NamedTuple, List @@ -28,8 +27,8 @@ class WaveSmplReader: unpacked_data = struct.unpack(header_field_fmt, smpl_data[0:header_size]) - #: The MIDI Manufacturer's Association code for the sampler manufactuer, - #: or 0 if not specific. + #: The MIDI Manufacturer's Association code for the sampler + #: manufactuer, or 0 if not specific. self.manufacturer: int = unpacked_data[0] #: The manufacturer-assigned code for their specific sampler model, or