Skip to content

Commit 638d1e4

Browse files
committed
Apply ruff format
1 parent 94605bf commit 638d1e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pymsaviz/msaviz.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ def __init__(
127127
self._consensus_color = consensus_color
128128
self._consensus_size = consensus_size
129129
self._highlight_positions = None
130-
self._custom_color_func: Callable[
131-
[int, int, str, MSA], str | None
132-
] | None = None
130+
self._custom_color_func: Callable[[int, int, str, MSA], str | None] | None = (
131+
None
132+
)
133133
self._pos2marker_kws: dict[int, dict[str, Any]] = {}
134134
self._pos2text_kws: dict[int, dict[str, Any]] = {}
135135
self.set_plot_params()

0 commit comments

Comments
 (0)