Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 21, 2025
1 parent 65674f5 commit 37ce27a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colour_visuals/planckian_locus.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ def update(self) -> None:

text = gfx.Text(
gfx.TextGeometry(
f'{as_int_scalar(label)}{"M" if self._mireds else "K"}',
f"{as_int_scalar(label)}{'M' if self._mireds else 'K'}",
font_size=CONSTANTS_COLOUR_STYLE.font.size,
screen_space=True,
anchor="Bottom-Left",
Expand Down

0 comments on commit 37ce27a

Please sign in to comment.