From 0449a5b4ee6dee8b7b3c8e7578d1739cd465539e Mon Sep 17 00:00:00 2001 From: Julien Duponchelle Date: Thu, 20 Jul 2017 17:04:50 +0200 Subject: [PATCH] Cleanup --- gns3server/handlers/api/controller/drawing_handler.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/gns3server/handlers/api/controller/drawing_handler.py b/gns3server/handlers/api/controller/drawing_handler.py index 882610c0..48af0c53 100644 --- a/gns3server/handlers/api/controller/drawing_handler.py +++ b/gns3server/handlers/api/controller/drawing_handler.py @@ -15,8 +15,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -import aiohttp - from gns3server.web.route import Route from gns3server.controller import Controller