Skip to content

Commit ec5d835

Browse files
committed
Remove redundant decorator, context handled
1 parent 35aa7ec commit ec5d835

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/browser_object_forget_panel.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ class ForgetPanel(BasePage):
1010

1111
URL_TEMPLATE = ""
1212

13-
@BasePage.context_chrome
1413
def select_timeframe(
1514
self,
1615
timeframe: Literal["forget-five-minutes", "forget-two-hours", "forget-one-day"],
@@ -26,7 +25,6 @@ def select_timeframe(
2625
self.click_on(timeframe)
2726
return self
2827

29-
@BasePage.context_chrome
3028
def forget_history(
3129
self,
3230
timeframe: Literal["forget-five-minutes", "forget-two-hours", "forget-one-day"],

0 commit comments

Comments
 (0)