Skip to content

Commit

Permalink
cython/core/basic.pyx: Remove .all import
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Nov 1, 2024
1 parent f70a5a9 commit 1f24d84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cython/core/basic.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ python_major_version = sys.version_info.major
from .sage_helper import _within_sage, SageNotAvailable
from .pari import pari as pari
try:
import sage.all
import sage.structure.sage_object
from sage.groups.perm_gps.permgroup_element import is_PermutationGroupElement
from sage.groups.perm_gps.permgroup import PermutationGroup
Expand Down

0 comments on commit 1f24d84

Please sign in to comment.