SIGN IN SIGN UP

Use from __future__ import annotations + pyupgrade.

find -name '*.py' -exec pyupgrade --py37-plus  '{}' \;
J
Jonathan Slenders committed
2f1b94fbf489a2bea3ccfc536cbcf1f4d459431f
Parent: d731f2e