From 00268eabc7f5083eeae9e3236686bf87f33e1039 Mon Sep 17 00:00:00 2001 From: julien lengrand-lambert Date: Thu, 5 Dec 2013 09:55:20 +0100 Subject: [PATCH] Beautifies the code a bit --- 02_hash_maps/hm.py | 1 - 1 file changed, 1 deletion(-) diff --git a/02_hash_maps/hm.py b/02_hash_maps/hm.py index b4a74d1..de316e9 100644 --- a/02_hash_maps/hm.py +++ b/02_hash_maps/hm.py @@ -240,7 +240,6 @@ class HMNeighbourCollision(): """ my_key = self._hash(key) - # We think the key is here. # Test all the possible indexes for the key # Stop when we reach the limits of the hasmaps # or we find a free index