Skip to content

Commit

Permalink
src/sage/misc/misc.py: Remove lazy_import from sage.misc.repr, deprec…
Browse files Browse the repository at this point in the history
…ated in #29892 (2020)
  • Loading branch information
mkoeppe committed Apr 25, 2024
1 parent a5ae7ff commit 2f437ec
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/sage/misc/misc.py
Expand Up @@ -53,9 +53,6 @@
lazy_import("sage.combinat.subset", ["powerset", "subsets", "uniq"],
deprecation=35564)

lazy_import("sage.misc.repr", ["coeff_repr", "repr_lincomb"],
deprecation=29892)

lazy_import("sage.misc.timing", ["cputime", "GlobalCputime", "walltime"],
deprecation=35816)

Expand Down

0 comments on commit 2f437ec

Please sign in to comment.