Python 3.9 annotation compatibility (#16852)

This commit is contained in:
w-e-w 2025-03-05 00:11:26 +08:00 committed by GitHub
parent e7edad6fe9
commit 374bb6cc38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +1,4 @@
from __future__ import annotations
import os import os
import re import re