From 93b239fbccb31f90742b323e1e19cf4c2c3811c1 Mon Sep 17 00:00:00 2001 From: facelessuser Date: Wed, 22 Nov 2023 14:14:10 -0700 Subject: [PATCH] Remove unused import --- coloraide/algebra.py | 1 - 1 file changed, 1 deletion(-) diff --git a/coloraide/algebra.py b/coloraide/algebra.py index 40222ae2d..78d3000f8 100644 --- a/coloraide/algebra.py +++ b/coloraide/algebra.py @@ -23,7 +23,6 @@ that we could switch to using `numpy` in a major release in the future. """ from __future__ import annotations -import sys import math import operator import functools