Skip to content

Commit f3d5ef5

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9f3fada commit f3d5ef5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

colour_visuals/planckian_locus.py

Lines changed: 1 addition & 1 deletion
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)