Skip to content

Commit 02423b2

Browse files
committed
move optional packages out
1 parent 089280a commit 02423b2

File tree

7 files changed

+11
-1
lines changed

7 files changed

+11
-1
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version = "1.*"
2+
upstream_repository = "https://github.com/grpc/grpc"
3+
partial_stub = true
4+
requires = ["types-grpcio"]
5+
6+
[tool.stubtest]
7+
ignore_missing_stub = true
8+
stubtest_requirements = [
9+
"grpcio",
10+
]

stubs/grpcio/@tests/test_cases/check_aio_multi_callable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from __future__ import annotations
2-
from typing import Any, Protocol, cast
2+
from typing import Protocol, cast
33

44
from typing_extensions import assert_type
55

0 commit comments

Comments
 (0)