From 92f74532ea31c312e45fc8a9da4f667f978a0f30 Mon Sep 17 00:00:00 2001
From: Magali Ruffier <mr6@ebi.ac.uk>
Date: Fri, 5 Oct 2012 15:39:29 +0000
Subject: [PATCH] no need for Attribute in this module

---
 modules/Bio/EnsEMBL/Pipeline/Production/SnpCount.pm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/modules/Bio/EnsEMBL/Pipeline/Production/SnpCount.pm b/modules/Bio/EnsEMBL/Pipeline/Production/SnpCount.pm
index 1feebfc1f3..41ba756e1a 100644
--- a/modules/Bio/EnsEMBL/Pipeline/Production/SnpCount.pm
+++ b/modules/Bio/EnsEMBL/Pipeline/Production/SnpCount.pm
@@ -6,9 +6,6 @@ use warnings;
 use base qw/Bio::EnsEMBL::Pipeline::Production::StatsGenerator/;
 
 
-use Bio::EnsEMBL::Attribute;
-
-
 
 sub get_feature_count {
   my ($self, $slice, $key) = @_;
-- 
GitLab