jazzband / django-waffle

A feature flipper for Django
https://waffle.readthedocs.io
BSD 3-Clause "New" or "Revised" License
1.12k stars 258 forks source link

from __future__ import annotations #477

Closed cclauss closed 1 year ago

cclauss commented 1 year ago

Simplify Python typing by adding from __future__ import annotations and running pyupgrade --py37-plus **/*.py