From d3a3adf6686cc18f9bd0fbca0f1239bc21e0041b Mon Sep 17 00:00:00 2001 From: "Brian E. Granger" Date: Wed, 15 May 2013 14:40:17 -0700 Subject: [PATCH] Removing dup import. --- IPython/frontend/html/notebook/base/handlers.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/IPython/frontend/html/notebook/base/handlers.py b/IPython/frontend/html/notebook/base/handlers.py index 561a3a437..e317ebdb0 100644 --- a/IPython/frontend/html/notebook/base/handlers.py +++ b/IPython/frontend/html/notebook/base/handlers.py @@ -26,8 +26,6 @@ import os import stat import threading -import logging - from tornado import web from tornado import websocket