# HG changeset patch # User Nicolas Chauvat # Date 1574077304 -3600 # Node ID 5c609202eb6121222f620af1e2ee17374ebbc638 # Parent f14dde9058180d91194b5dd1f45e857c8771c96a [debug-toolbar] make linter happy diff -r f14dde905818 -r 5c609202eb61 cubicweb/pyramid/debugtoolbar_panels.py --- a/cubicweb/pyramid/debugtoolbar_panels.py Wed Jul 31 04:16:20 2019 +0200 +++ b/cubicweb/pyramid/debugtoolbar_panels.py Mon Nov 18 12:41:44 2019 +0100 @@ -16,8 +16,6 @@ # You should have received a copy of the GNU Lesser General Public License along # with CubicWeb. If not, see . -from collections import defaultdict - from pyramid_debugtoolbar.panels import DebugPanel from cubicweb.debug import subscribe_to_debug_channel, unsubscribe_to_debug_channel from cubicweb.misc.source_highlight import highlight_html, generate_css