Skip to content

Commit b9a4813

Browse files
committed
🚨 assign unused expression to _
1 parent 8cbba70 commit b9a4813

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎scripts/generate_matrix.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,8 @@ def main() -> None:
277277
}) # fmt: skip
278278

279279
json.dump({"include": matrix_entries}, indent=INDENT, fp=sys.stdout)
280-
sys.stderr.flush()
281-
sys.stdout.flush()
280+
_ = sys.stderr.flush()
281+
_ = sys.stdout.flush()
282282

283283

284284
if __name__ == "__main__":

0 commit comments

Comments
 (0)