From e734c7ef9a2663cf9ad478521f6d1d0257f8d419 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Wed, 8 Apr 2026 20:55:44 -0400 Subject: [PATCH] mjo/all.py: don't try to import nonexistent Octonions --- mjo/all.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mjo/all.py b/mjo/all.py index 79b2be8..c16a404 100644 --- a/mjo/all.py +++ b/mjo/all.py @@ -9,7 +9,6 @@ from mjo.cone.all import * from mjo.eja.all import * from mjo.interpolation import * from mjo.misc import * -from mjo.hurwitz import Octonions from mjo.orthogonal_polynomials import * from mjo.polynomial import * from mjo.symbol_sequence import * -- 2.53.0