Skip to content

Commit b6e1254

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 60578cf commit b6e1254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hashmap/hashmap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ def get(self, key):
1010

1111
def remove(self, key):
1212
if key in self.map:
13-
del self.map[key]
13+
del self.map[key]

0 commit comments

Comments
 (0)