Remove an extraneous import.

This commit is contained in:
Ryan Petrello
2013-05-07 11:56:22 -04:00
parent 3f0e68c470
commit 77f97bf9f7

View File

@@ -3,8 +3,6 @@ from mimetypes import guess_type
from contextlib import closing
from base64 import b64encode
import six
from pecan.compat import quote