diff --git a/src/soundevent/plot/tags.py b/src/soundevent/plot/tags.py index 758550d..73cc25b 100644 --- a/src/soundevent/plot/tags.py +++ b/src/soundevent/plot/tags.py @@ -1,7 +1,7 @@ """Functions for plotting tags.""" from itertools import cycle -from typing import Dict, Optional, List +from typing import Dict, Optional import numpy as np from matplotlib.axes import Axes