Skip to content

Commit 6eb8711

Browse files
authored
Update 1472-design-browser-history.py
1 parent 5352ea2 commit 6eb8711

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/1472-design-browser-history.py

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ def __init__(self, val, prev=None, next=None):
66
self.next = next
77

88
class BrowserHistory:
9-
109
def __init__(self, homepage: str):
1110
self.cur = ListNode(homepage)
1211

0 commit comments

Comments
 (0)