From a06449ecc4e05d2b3ea2465ee5a21fdd0dd0c7e6 Mon Sep 17 00:00:00 2001 From: Gabriel Studer <gabriel.studer@stud.unibas.ch> Date: Mon, 26 Nov 2012 17:01:45 +0100 Subject: [PATCH] stupid, meaningless remove of newline to check wether the commit messages are now sent by email. --- modules/bindings/pymod/kclust.py | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/bindings/pymod/kclust.py b/modules/bindings/pymod/kclust.py index c79e72527..5ecdf11d0 100644 --- a/modules/bindings/pymod/kclust.py +++ b/modules/bindings/pymod/kclust.py @@ -38,7 +38,6 @@ class cluster: def __init__(self, sequences, representative_id): - self.sequences=sequences self.representative_id=representative_id self.alignment=None -- GitLab