```py def foo(): a = bar() # error: F841 b, c = bar() # no error def bar(): ... ``` [playground](https://play.ruff.rs/e10d4570-4368-4d83-af88-57b221fe899f)