We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d819794 commit 0cda7e6Copy full SHA for 0cda7e6
wrighter/plugin.py
@@ -1,7 +1,7 @@
1
from dataclasses import dataclass
2
from typing import Callable, Literal
3
4
-from playwright.sync_api import BrowserContext, Page
+from playwright.sync_api import BrowserContext, Page, Request, Response # noqa
5
6
from wrighter.core import logger
7
0 commit comments