diff options
author | Dmitry Shachnev <mitya57@gmail.com> | 2013-03-23 15:11:56 +0400 |
---|---|---|
committer | Dmitry Shachnev <mitya57@gmail.com> | 2013-03-23 15:11:56 +0400 |
commit | 299bb08bfe203dff0843b9ec9b9c565a63be1c4c (patch) | |
tree | e5f0bca221c111c131a03f0aefa58a6b45fdbc61 /tests | |
parent | 06d0e70438881497402d4798fd6e64aa92d6b532 (diff) | |
download | markdown-299bb08bfe203dff0843b9ec9b9c565a63be1c4c.tar.gz markdown-299bb08bfe203dff0843b9ec9b9c565a63be1c4c.tar.bz2 markdown-299bb08bfe203dff0843b9ec9b9c565a63be1c4c.zip |
Remove some unused imports
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_apis.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_apis.py b/tests/test_apis.py index e0f7a03..dd232b3 100644 --- a/tests/test_apis.py +++ b/tests/test_apis.py @@ -9,7 +9,6 @@ Tests of the various APIs with the python markdown lib. from __future__ import unicode_literals import unittest -import os import sys import types import markdown |