Skip to content

Commit 9d531da

Browse files
nullqwertyuiopRedlnn
authored andcommitted
🐛 fix typing import
1 parent 4e87ba3 commit 9d531da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/graiax/playwright/service.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from contextlib import AbstractAsyncContextManager, asynccontextmanager
33
from pathlib import Path
44
from re import Pattern
5-
from typing import Any, Literal, Unpack, overload
5+
from typing import Any, Literal, overload
66
from warnings import warn
77

88
from launart import Service
@@ -16,7 +16,7 @@
1616
from playwright.async_api import Browser, BrowserContext
1717
from playwright.async_api import Error as PWError
1818
from playwright.async_api import Page, Playwright, async_playwright
19-
from typing_extensions import ParamSpec
19+
from typing_extensions import ParamSpec, Unpack
2020

2121
from .i18n import N_
2222
from .installer import install_playwright

0 commit comments

Comments
 (0)