Skip to content

Commit

Permalink
fix: ruff linting error fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mbsantiago committed Nov 23, 2023
1 parent cae4aed commit ebde9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/soundevent/plot/tags.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ebde9a9

Please sign in to comment.