Skip to content

Commit

Permalink
Merge pull request #51 from dimo414/patch-1
Browse files Browse the repository at this point in the history
Accept any Iterable for service_names
  • Loading branch information
shabbyrobe authored Sep 29, 2023
2 parents 62e734a + 70be9cc commit 37d5ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grpc_reflection-stubs/v1alpha/reflection.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class ReflectionServicer(BaseReflectionServicer):
...

def enable_server_reflection(
service_names: typing.List[str],
service_names: typing.Iterable[str],
server: AnyServer,
pool: typing.Optional[descriptor_pool.DescriptorPool] = ...,
) -> None:
Expand Down

0 comments on commit 37d5ef6

Please sign in to comment.