Skip to content

Commit 228369c

Browse files
committed
ci: fix mypy
1 parent c297243 commit 228369c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frida/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1571,7 +1571,7 @@ def watch(
15711571
platform: Optional[CompilerPlatform] = None,
15721572
externals: Optional[Sequence[str]] = None,
15731573
) -> None:
1574-
kwargs = {
1574+
kwargs: dict[str, Any] = {
15751575
"project_root": project_root,
15761576
"output_format": output_format,
15771577
"bundle_format": bundle_format,

0 commit comments

Comments
 (0)