Skip to content

Commit dbecfe8

Browse files
1 parent 760c06c commit dbecfe8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

‎noxfile.py‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -479,9 +479,7 @@ def prerelease_deps(session, protobuf_implementation):
479479
# Ignore leading whitespace and comment lines.
480480
constraints_deps = [
481481
match.group(1)
482-
for match in re.finditer(
483-
r"^\s*(\S+)", constraints_text, flags=re.MULTILINE
484-
)
482+
for match in re.finditer(r"^\s*(\S+)", constraints_text, flags=re.MULTILINE)
485483
]
486484

487485
session.install(*constraints_deps)

0 commit comments

Comments
 (0)