Skip to content

Commit d8b0996

Browse files
authored
remove spurrious blank line
1 parent 6c25ac7 commit d8b0996

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sage/misc/lazy_import.pyx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,6 @@ def lazy_import(module, names, as_=None, *,
10691069
sage: lazy_import('sage.rings.padics.factory', 'Qp', 'my_Qp', deprecation=14275)
10701070
sage: my_Qp(5)
10711071
doctest:...: DeprecationWarning:
1072-
10731072
Importing my_Qp from here is deprecated; please use "from sage.all import Qp as my_Qp" instead.
10741073
See https://github.com/sagemath/sage/issues/14275 for details.
10751074

0 commit comments

Comments
 (0)