From 1adfb20571e76f0cadad81f51c82194fd3dd7de7 Mon Sep 17 00:00:00 2001 From: "Olivier J.N. Bertrand" <olivier.bertrand@uni-bielefeld.de> Date: Wed, 7 Feb 2018 17:23:29 +0100 Subject: [PATCH] Correct W239 --- doc/source/example/comparing/ridf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/source/example/comparing/ridf.py b/doc/source/example/comparing/ridf.py index a52ffb0..862a0f8 100644 --- a/doc/source/example/comparing/ridf.py +++ b/doc/source/example/comparing/ridf.py @@ -29,5 +29,4 @@ for chan_i, chan_n in enumerate(mydb.channels): ax = axarr[0] ax.plot(rotdf[:, chan_i], color=color) - f.show() -- GitLab