Skip to content

Commit

Permalink
Mistakenly left a bad line of code in
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Dec 16, 2023
1 parent 8307516 commit e272e98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion coloraide/spaces/hsl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ class HSL(HSLish, Space):
def normalize(self, coords: Vector) -> Vector:
"""Normalize coordinates."""

return coords
if coords[1] < 0:
coords[1] *= -1.0
coords[0] += 180.0
Expand Down

0 comments on commit e272e98

Please sign in to comment.