diff repmatch_gff3_util.py @ 6:367f700059fd draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/repmatch_gff3 commit cb490a0eee9efc2cd6c98d5bb714b75b5894c56c
author iuc
date Mon, 06 Nov 2017 23:19:17 -0500
parents 095437917d01
children
line wrap: on
line diff
--- a/repmatch_gff3_util.py	Wed Jul 12 10:11:22 2017 -0400
+++ b/repmatch_gff3_util.py	Mon Nov 06 23:19:17 2017 -0500
@@ -7,7 +7,7 @@
 
 import matplotlib
 matplotlib.use('Agg')
-from matplotlib import pyplot  # noqa: E402
+from matplotlib import pyplot  # noqa: I202,E402
 
 # Graph settings
 Y_LABEL = 'Counts'