PEP8 nit.
This commit is contained in:
parent
6172665dd4
commit
51a6726ee3
|
@ -33,7 +33,7 @@ Motivation and Summary
|
|||
|
||||
seems awfully limited, when this:
|
||||
|
||||
if (f_result() as res) == [1, 2, 3] :
|
||||
if (f_result() as res) == [1, 2, 3]:
|
||||
|
||||
is probably the desired result.
|
||||
|
||||
|
|
Loading…
Reference in New Issue