On Mon, Oct 05, 2020 at 07:57:18PM -0400, John Snow wrote: > On 10/5/20 7:05 PM, Cleber Rosa wrote: > > Here on patches 08 an later, I've run: > > > > flake8 ./scripts/qapi > > > > And starting on patch 24 ("qapi/source.py: add type hint annotations") > > it complained about: > > > > /scripts/qapi/source.py:44:31: F821 undefined name 'T' > > I think that must be flake8 < 3.8.0. Try using >= 3.8.0. > ACK, I was on 3.7.9. They're all passing now with 3.8.4. - Cleber.