diff options
| author | Georg Brandl <georg@python.org> | 2008-11-23 17:11:59 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2008-11-23 17:11:59 +0100 |
| commit | 53d154a1766a3bd5cb78298a29733285e7e7af1b (patch) | |
| tree | f6b530c4957ffd80d6b4e0d180d887c6ce5e4b6d | |
| parent | a26f2a028f8f54463d0a29ee6fd383891dc77adf (diff) | |
| download | sphinx-53d154a1766a3bd5cb78298a29733285e7e7af1b.tar.gz | |
Remove unused import.
| -rw-r--r-- | sphinx/ext/todo.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sphinx/ext/todo.py b/sphinx/ext/todo.py index f1b8e8ce..f4bed740 100644 --- a/sphinx/ext/todo.py +++ b/sphinx/ext/todo.py @@ -13,7 +13,6 @@ """ from docutils import nodes -from docutils.parsers.rst.directives import admonitions from sphinx.util.compat import make_admonition |
