Skip to content

Commit 2396495

Browse files
1 parent 3bca72c commit 2396495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def default(session, install_grpc=True, prerelease=False):
139139
".[grpc]" if install_grpc else ".",
140140
"-c",
141141
f"{constraints_dir}/constraints-{session.python}.txt",
142-
)
142+
)
143143

144144
# Print out package versions of dependencies
145145
session.run(

0 commit comments

Comments
 (0)