Adjust back/forward method arguments in AbstractHistory class
This commit is contained in:
parent
c6ed4fe4f9
commit
bf074d14de
@ -465,10 +465,10 @@ class AbstractHistory:
|
|||||||
def current_idx(self):
|
def current_idx(self):
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
def back(self):
|
def back(self, count):
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
def forward(self):
|
def forward(self, count):
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
def can_go_back(self):
|
def can_go_back(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user