Skip to content

Commit

Permalink
src/sage/misc/misc.py: Remove lazy_import from sage.misc.verbose, dep…
Browse files Browse the repository at this point in the history
…recated in sagemath#17815 (2020)
  • Loading branch information
mkoeppe committed Apr 25, 2024
1 parent 2003ab8 commit a5ae7ff
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/sage/misc/misc.py
Expand Up @@ -53,10 +53,6 @@
lazy_import("sage.combinat.subset", ["powerset", "subsets", "uniq"],
deprecation=35564)

lazy_import("sage.misc.verbose", ["verbose", "set_verbose", "set_verbose_files",
"get_verbose_files", "unset_verbose_files", "get_verbose"],
deprecation=17815)

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

Expand Down

0 comments on commit a5ae7ff

Please sign in to comment.