Skip to content

Commit fe4edb7

Browse files
committed
Add missing type annotation
1 parent 17c381c commit fe4edb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/self_compile_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def fake_mypycify(args: list[str], **kwargs: Any) -> list[FakeExtension]:
2121
return [FakeExtension()]
2222

2323

24-
def fake_setup(*args, **kwargs):
24+
def fake_setup(*args: Any, **kwargs: Any) -> Any:
2525
pass
2626

2727

0 commit comments

Comments
 (0)