Whitespace changes for PEP8 compliance

This commit is contained in:
cclauss
2018-07-15 07:45:54 +02:00
parent e46d72a120
commit 92a994ec20
3 changed files with 3 additions and 1 deletions

View File

@@ -35,4 +35,4 @@ class HashTable(object):
if item.key == key:
del self.table[hash_index][index]
return
raise KeyError('Key not found')
raise KeyError('Key not found')