Remove blank line

This commit is contained in:
Grant Sanderson 2025-04-27 07:16:23 -05:00
parent 85e18b48b1
commit 82345c25b7

View file

@ -1,7 +1,6 @@
from __future__ import annotations
from manim_imports_ext import *
def hsl_to_rgb(hsl):
"""
Convert an array of HSL values to RGB.