Skip to content

Commit df74efb

Browse files
author
Release Manager
committed
Trac #34859: sagelib: Remove unnecessary import of typing_extensions
see also #34831 URL: https://trac.sagemath.org/34859 Reported by: mkoeppe Ticket author(s): Matthias Koeppe Reviewer(s): John Palmieri
2 parents b6a76d7 + 39bd748 commit df74efb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sage/dynamics/arithmetic_dynamics/projective_ds.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ class initialization directly.
5252
# https://www.gnu.org/licenses/
5353
# ****************************************************************************
5454

55-
from typing_extensions import final
5655
from sage.arith.misc import is_prime
5756
from sage.calculus.functions import jacobian
5857
from sage.categories.fields import Fields

0 commit comments

Comments
 (0)