From 91fee81687e0fd3b7e8be8b1bbd5f0deeeba2d64 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 22 Nov 2024 15:15:56 -0500 Subject: [PATCH] mjo/cone/faces.py: don't import from sage.all --- mjo/cone/faces.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/mjo/cone/faces.py b/mjo/cone/faces.py index 5669a0e..e06f9c4 100644 --- a/mjo/cone/faces.py +++ b/mjo/cone/faces.py @@ -1,6 +1,3 @@ -from sage.all import * - - def face_generated_by(K,S): r""" Return the intersection of all faces of ``K`` that contain ``S``. -- 2.49.0