Fix the double import in the README

This commit is contained in:
Gavin M. Roy 2016-03-10 17:13:07 -05:00
parent b66e059811
commit 167fe7af46

View file

@ -18,7 +18,6 @@ call to the ``get`` method as well as a separate metric for the database query.
from sprockets.mixins import mediatype
from sprockets.mixins.metrics import statsd
from tornado import web
from tornado import gen, web
import queries