Skip to content

Commit 865c28d

Browse files
authored
Update design-search-autocomplete-system.py
1 parent 8cd2a33 commit 865c28d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/design-search-autocomplete-system.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ def add_info(self, s, times):
3333

3434

3535
class AutocompleteSystem(object):
36+
3637
def __init__(self, sentences, times):
3738
"""
3839
:type sentences: List[str]
@@ -69,7 +70,6 @@ def input(self, c):
6970
return result
7071

7172

72-
7373
# Your AutocompleteSystem object will be instantiated and called as such:
7474
# obj = AutocompleteSystem(sentences, times)
7575
# param_1 = obj.input(c)

0 commit comments

Comments
 (0)