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