﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
26125	Fix E731 flake warnings (do not assign a lambda expression, use a def)	Tim Graham	Mahendra Yadav	"A patch is attached to get started. Just run flake8 in the root clone directory to see the errors to fix.

If we wanted to keep the ""one-line"" aspect, something like
`identity = lambda x: x` becomes `def identity(x): return x` though I think putting the return statement on a separate line is less awkward to read. Other opinions welcome."	Cleanup/optimization	closed	Core (Other)	dev	Normal	fixed			Accepted	1	0	0	0	1	0
