Python 3.9 annotation compatibility (#16852)
Some checks failed
Linter / ruff (push) Has been cancelled
Linter / eslint (push) Has been cancelled
Tests / tests on CPU with empty model (push) Has been cancelled

This commit is contained in:
w-e-w
2025-03-05 00:11:26 +08:00
committed by GitHub
parent e7edad6fe9
commit 374bb6cc38

View File

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