From e7f3590c9ffe5b309c11048f12888e18b3b82529 Mon Sep 17 00:00:00 2001
From: Vivien Maisonneuve <v.maisonneuve@gmail.com>
Date: Fri, 11 Jul 2014 16:22:21 +0200
Subject: [PATCH] Remove duplicate methods in coordinates.py, continued

---
 pypol/coordinates.py | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/pypol/coordinates.py b/pypol/coordinates.py
index 44b9e9d..69d498e 100644
--- a/pypol/coordinates.py
+++ b/pypol/coordinates.py
@@ -227,8 +227,3 @@ class Vector(Coordinates):
             coordinates = self._map2(other, operator.sub)
             return other.__class__(coordinates)
         return NotImplemented
-
-    def __repr__(self):
-        string = ', '.join(['{!r}: {!r}'.format(symbol, coordinate)
-            for symbol, coordinate in self.coordinates()])
-        return '{}({{{}}})'.format(self.__class__.__name__, string)
-- 
2.20.1