Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewZMSU committed Dec 20, 2024
1 parent a64ed18 commit c899533
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ def from_crawler(cls, crawler: Crawler):
case "puppeteer":
browser_manager = ServiceBrowserManager()
case "pyppeteer":
raise ValueError("Currently, pyppeteer cannot run on some machines since it is not actively supported.")
raise ValueError(
"Currently, pyppeteer cannot run on some machines since it is not actively supported."
)
case "playwright":
browser_manager = PlaywrightBrowserManager()
case _:
Expand Down

0 comments on commit c899533

Please sign in to comment.