Skip to content

Commit f71b515

Browse files
committed
Remove kws
1 parent e8bf1d8 commit f71b515

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/tourist/service/driver.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ async def chrome(**kws):
4848
"--ignore-certificate-errors",
4949
"--remote-debugging-port=9222",
5050
],
51-
**kws,
5251
)
5352
yield context
5453
await context.close()

0 commit comments

Comments
 (0)