Skip to content

Commit

Permalink
make precommit happy
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-mueller committed Oct 16, 2023
1 parent 868fafe commit 9760075
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 3 additions & 1 deletion napari_clusters_plotter/_defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,7 @@
"custom_name": "",
}

EXCLUDE = [ID_NAME, _POINTER, "UMAP", "t-SNE", "PCA"]
ID_NAME = "_CLUSTER_ID"
_POINTER = "frame"
EXCLUDE = [ID_NAME, _POINTER, "UMAP", "t-SNE", "PCA"]

4 changes: 1 addition & 3 deletions napari_clusters_plotter/_dimensionality_reduction.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@
from napari_tools_menu import register_dock_widget
from qtpy.QtWidgets import QHBoxLayout, QLabel, QLineEdit, QVBoxLayout, QWidget


_POINTER = "frame"
from ._defaults import DEFAULTS_DIM_REDUCTION as DEFAULTS
from ._defaults import EXCLUDE
from ._defaults import EXCLUDE, _POINTER
from ._Qt_code import (
button,
checkbox,
Expand Down

0 comments on commit 9760075

Please sign in to comment.