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,7 +1,7 @@
from __future__ import print_function
import re
import os
from typing import Any, Dict, Optional, List
from typing import Any, Dict, List
import markdown
from markdown_include.include import MarkdownInclude, IncludePreprocessor