changeset 5:2365720de36d 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:21:06 -0500
parents 6acaa2c93f47
children 7cb4c6424ff8
files repmatch_gff3_util.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/repmatch_gff3_util.py	Wed Jul 12 10:11:53 2017 -0400
+++ b/repmatch_gff3_util.py	Mon Nov 06 23:21:06 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'