Hacker News new | ask | show | jobs
by beaugunderson 448 days ago
Yup, you're thinking of "postponed evaluation of annotations", which is currently optional with `from __future__ import annotations`. But as you said, would not fix the circular import here.