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

Commit

Permalink
sage.doctest.control: Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Jun 22, 2020
1 parent 67db00f commit 9bf6f88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sage/doctest/control.py
Expand Up @@ -39,7 +39,6 @@
from .reporting import DocTestReporter
from .util import Timer, count_noun, dict_difference
from .external import external_software, available_software
from sage.features import PythonModule

nodoctest_regex = re.compile(r'\s*(#+|%+|r"+|"+|\.\.)\s*nodoctest')
optionaltag_regex = re.compile(r'^\w+$')
Expand Down

0 comments on commit 9bf6f88

Please sign in to comment.