Skip to content

Commit

Permalink
chore(pre-commit.ci): auto fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored and Djelibeybi committed Jan 29, 2025
1 parent c19076f commit ee9f986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aiolifx_themes/canvas.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def closest_points(
distances.append(((x - i) ** 2 + (y - j) ** 2, color))

def get_key(
dc: tuple[int, ThemeColor]
dc: tuple[int, ThemeColor],
) -> tuple[int, tuple[float, float, float, int]]:
return (
dc[0],
Expand Down

0 comments on commit ee9f986

Please # to comment.