diff repmatch_gff3_util.py @ 2:86876dfc75d5 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/repmatch_gff3 commit 0e7c1b37cf73425c6637b4e196fdeb290e042bc1
author iuc
date Tue, 26 Jul 2016 06:10:41 -0400
parents 28171ec04890
children 095437917d01
line wrap: on
line diff
--- a/repmatch_gff3_util.py	Wed May 11 04:01:20 2016 -0400
+++ b/repmatch_gff3_util.py	Tue Jul 26 06:10:41 2016 -0400
@@ -6,8 +6,8 @@
 import tempfile
 
 import matplotlib
-matplotlib.use('Agg')  # noqa
-from matplotlib import pyplot
+matplotlib.use('Agg')
+from matplotlib import pyplot  # noqa: E402
 
 # Graph settings
 Y_LABEL = 'Counts'