Skip to content

Commit 8632c00

Browse files
committed
Fix flake8
1 parent 4312f42 commit 8632c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/_internal/services/test_statistics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
with open("setup.py") as f:
4040
EXPECTED_CL_VERSION = next(
4141
map(
42-
lambda l: re.sub(f"^\\s*{VERSION_VAR}\\s*=\\s*['\"]([^'\"]+)['\"]", "\\g<1>", l),
42+
lambda v: re.sub(f"^\\s*{VERSION_VAR}\\s*=\\s*['\"]([^'\"]+)['\"]", "\\g<1>", v),
4343
filter(lambda x: VERSION_VAR in x, f.read().splitlines()),
4444
)
4545
)

0 commit comments

Comments
 (0)