Removed duplicate import

This commit is contained in:
Simon Willison 2020-04-26 11:20:43 -07:00
commit f56022ac9a

View file

@ -28,7 +28,6 @@ from datasette.utils.asgi import (
AsgiRouter,
AsgiView,
NotFound,
NotFound,
Response,
)