Update model_manager.py

3.8 compatibility
This commit is contained in:
Chenlei Hu 2024-12-11 15:07:21 -08:00 committed by GitHub
parent 06ce62de4b
commit 16eec5d19e
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 os
import time import time
import logging import logging