I don't understand this – why would you import a package into your code that you weren't using?
So it turns out people who care about performance already turn all Python imports into local ones under the hood: both Hudson River Trading, and Meta's production python auto lazy import:
Oct 9, 2025 · 10:46 AM UTC






