Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Removed unneeded import from doctest.
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Scrimshaw committed Jul 24, 2014
1 parent 273cb86 commit 143b567
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sage/misc/sageinspect.py
Expand Up @@ -1640,7 +1640,6 @@ class ParentMethods:
....: def __init__(self):
....: "some init doc"
....: pass
....: from sage.misc.nested_class import NestedClassMetaclass
....: class B:
....: "some class doc"
....: class A(A):
Expand Down

0 comments on commit 143b567

Please sign in to comment.