From 33dd3c2edda5445f67bd5b23f4233932884338df Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 11 Mar 2026 12:41:44 +0100 Subject: [PATCH] Revert small change to mlx_video/generate.py --- mlx_video/generate.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mlx_video/generate.py b/mlx_video/generate.py index f5a5bc8..9a72fe9 100644 --- a/mlx_video/generate.py +++ b/mlx_video/generate.py @@ -9,9 +9,8 @@ import numpy as np from PIL import Image from tqdm import tqdm +# ANSI color codes class Colors: - """ANSI color codes for terminal output.""" - CYAN = "\033[96m" BLUE = "\033[94m" GREEN = "\033[92m"