Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 863b4aa

Browse files
committed
fixed variable name
1 parent c43c636 commit 863b4aa

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
@@ -381,7 +381,7 @@ def showcase_library(
381381
}
382382
# Replace async_rest constraints in final output.
383383
constraints = [
384-
line for line in original_lines
384+
line for line in constraints_lines:
385385
if not any(line.startswith(key) for key in replace_keys)
386386
] + [f"{k}=={async_rest_constraints[k]}" for k in replace_keys]
387387

0 commit comments

Comments
 (0)