Skip to content

Commit 5891f7f

Browse files
committed
remove unused packages
1 parent 86ac6d2 commit 5891f7f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/napari_matplotlib/line.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
from typing import Any, Dict, List, Optional, Tuple, Union
2-
import matplotlib.colors as mcolor
32
from cycler import cycler
43
import napari
54
import numpy as np
6-
import pandas as pd
75
import numpy.typing as npt
86
from qtpy.QtWidgets import QComboBox, QLabel, QVBoxLayout, QWidget
97

@@ -239,7 +237,7 @@ def _ready_to_plot(self) -> bool:
239237
"""
240238
Return True if selected layer has a feature table we can plot with,
241239
the two columns to be plotted have been selected, and object
242-
identifier ('labels') in the table.
240+
identifier (usually 'labels') in the table.
243241
"""
244242
if not hasattr(self.layers[0], "features"):
245243
return False

0 commit comments

Comments
 (0)