Skip to content

Commit

Permalink
Apply ruff format
Browse files Browse the repository at this point in the history
  • Loading branch information
moshi4 committed Sep 8, 2024
1 parent 94605bf commit 638d1e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pymsaviz/msaviz.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ def __init__(
self._consensus_color = consensus_color
self._consensus_size = consensus_size
self._highlight_positions = None
self._custom_color_func: Callable[
[int, int, str, MSA], str | None
] | None = None
self._custom_color_func: Callable[[int, int, str, MSA], str | None] | None = (
None
)
self._pos2marker_kws: dict[int, dict[str, Any]] = {}
self._pos2text_kws: dict[int, dict[str, Any]] = {}
self.set_plot_params()
Expand Down

0 comments on commit 638d1e4

Please sign in to comment.