SilentWraith commited on
Commit
7fc90c0
·
verified ·
1 Parent(s): 8844cda

Update app/core/service/playwright/__init__.py

Browse files
app/core/service/playwright/__init__.py CHANGED
@@ -1,5 +1,5 @@
1
  # ruff: noqa: F401
2
  from .playwright_context import (
3
- AsyncPlaywrightContext,
4
  TimeoutError,
5
  )
 
1
  # ruff: noqa: F401
2
  from .playwright_context import (
3
+ PlaywrightInstance,
4
  TimeoutError,
5
  )