Fix type subscript on older python versions (#15090)

This commit is contained in:
Aaron Miller 2024-12-21 06:28:02 -08:00 committed by GitHub
parent bd023c4500
commit fd4bea52e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,5 @@
from __future__ import annotations
import os
import sys
import sysconfig