Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Jul 23, 2023
1 parent 36aa41c commit 62a5e7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions locust_plugins/users/playwright.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import logging
import os
import sys

try:
from playwright.async_api import async_playwright, Playwright, Browser, Page, BrowserContext
except (NotImplementedError, AttributeError) as e:
Expand Down

0 comments on commit 62a5e7b

Please sign in to comment.