[debug-toolbar] make linter happy
authorNicolas Chauvat <nicolas.chauvat@logilab.fr>
Mon, 18 Nov 2019 12:41:44 +0100
changeset 12763 5c609202eb61
parent 12762 f14dde905818
child 12764 fb97669efcaa
[debug-toolbar] make linter happy
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 <http://www.gnu.org/licenses/>.
 
-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