Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zigai committed May 25, 2023
1 parent d819794 commit 0cda7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrighter/plugin.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from dataclasses import dataclass
from typing import Callable, Literal

from playwright.sync_api import BrowserContext, Page
from playwright.sync_api import BrowserContext, Page, Request, Response # noqa

from wrighter.core import logger

Expand Down

0 comments on commit 0cda7e6

Please sign in to comment.