mirror of
https://github.com/donnemartin/system-design-primer.git
synced 2025-12-16 09:58:56 +03:00
Whitespace changes for PEP8 compliance
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user