Skip to content

Commit 24cbeb1

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 3c73bbe commit 24cbeb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

colour_visuals/planckian_locus.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ def update(self) -> None:
303303

304304
text = gfx.Text(
305305
gfx.TextGeometry(
306-
f'{as_int_scalar(label)}{"M" if self._mireds else "K"}',
306+
f"{as_int_scalar(label)}{'M' if self._mireds else 'K'}",
307307
font_size=CONSTANTS_COLOUR_STYLE.font.size,
308308
screen_space=True,
309309
anchor="Bottom-Left",

0 commit comments

Comments
 (0)