From: Michael Orlitzky Date: Fri, 22 Nov 2024 20:15:56 +0000 (-0500) Subject: mjo/cone/faces.py: don't import from sage.all X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=91fee81687e0fd3b7e8be8b1bbd5f0deeeba2d64;p=sage.d.git mjo/cone/faces.py: don't import from sage.all --- 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``.