From 5fb2a14b237e6ed8fbb5551efc025432397d65a3 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Tue, 15 Oct 2024 12:44:47 -0400 Subject: [PATCH] Update comment Co-authored-by: ohmayr --- noxfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noxfile.py b/noxfile.py index bec19d9b..ada6f330 100644 --- a/noxfile.py +++ b/noxfile.py @@ -133,7 +133,7 @@ def default(session, install_grpc=True, prerelease=False, install_async_rest=Fal install_extras = [] if install_grpc: - # Note: The extra is called `grpc` and not `grpcio` + # Note: The extra is called `grpc` and not `grpcio`. install_extras.append("grpc") constraints_dir = str(CURRENT_DIRECTORY / "testing")