Skip to content

Commit 213d7d4

Browse files
committed
40081: remove obsolete relicts
1 parent 58c8ea2 commit 213d7d4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/sage/interfaces/khoca.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,9 @@
3737
# https://www.gnu.org/licenses/
3838
##############################################################################
3939

40-
from sage.libs.pari.protect_stack import PariStackProtector
4140
from sage.misc.cachefunc import cached_function
4241
from enum import Enum
4342

44-
pari_stack_protector = PariStackProtector()
45-
4643

4744
class KnownKeywords(Enum):
4845
r"""

0 commit comments

Comments
 (0)