Skip to content

Commit

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

lazy_import("sage.misc.call", ["AttrCallObject", "attrcall", "call_method"],
deprecation=29869)

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

0 comments on commit 2003ab8

Please sign in to comment.