Skip to content

Commit 0cda7e6

Browse files
committed
fix
1 parent d819794 commit 0cda7e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wrighter/plugin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from dataclasses import dataclass
22
from typing import Callable, Literal
33

4-
from playwright.sync_api import BrowserContext, Page
4+
from playwright.sync_api import BrowserContext, Page, Request, Response # noqa
55

66
from wrighter.core import logger
77

0 commit comments

Comments
 (0)