Skip to content

Commit 1f240e4

Browse files
committed
Remove unused method
1 parent 576871d commit 1f240e4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

playwright/_impl/_locator.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -736,11 +736,6 @@ async def _expect(
736736
async def highlight(self) -> None:
737737
await self._frame._highlight(self._selector)
738738

739-
def _locals_to_params_with_timeout(self, args: Dict) -> Dict:
740-
params = locals_to_params(args)
741-
params["timeout"] = self._frame._timeout(params.get("timeout"))
742-
return params
743-
744739

745740
class FrameLocator:
746741
def __init__(self, frame: "Frame", frame_selector: str) -> None:

0 commit comments

Comments
 (0)