Skip to content

Commit

Permalink
Replace lazy_import with normal import
Browse files Browse the repository at this point in the history
  • Loading branch information
kwankyu committed Aug 10, 2022
1 parent 12be2d9 commit dc2e766
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,7 @@
# https://www.gnu.org/licenses/
#*****************************************************************************

from sage.misc.lazy_import import lazy_import
lazy_import('sage.misc.instancedoc', 'instancedoc', deprecation=33763)
from sage.misc.superseded import deprecation
deprecation(33763, 'This module is deprecated. Use "sage.misc.instancedoc" instead.')

from sage.misc.instancedoc import instancedoc

0 comments on commit dc2e766

Please sign in to comment.