From ebde9a9ad25197e157c17a927714858e847fcee6 Mon Sep 17 00:00:00 2001 From: Santiago Martinez Date: Thu, 23 Nov 2023 10:48:52 +0000 Subject: [PATCH] fix: ruff linting error fixed --- src/soundevent/plot/tags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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