Removed unused string import

This commit is contained in:
Nick Steel 2015-04-26 00:51:16 +01:00
parent f3275339c0
commit be769dc479

View File

@ -1,7 +1,6 @@
from __future__ import unicode_literals
import logging
import string
import tornado.web