bugdown: Remove unused imports.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
Anders Kaseorg
2019-02-02 14:53:31 -08:00
committed by Tim Abbott
parent 4e21cc0152
commit e12c433745
9 changed files with 7 additions and 14 deletions

View File

@@ -1,5 +1,4 @@
from markdown.extensions import Extension
from markdown.treeprocessors import Treeprocessor
from typing import Any, Dict, Optional, List, Tuple
import markdown
from xml.etree.cElementTree import Element