Fix 3.8 compatibility in user_manager.py (#5645)

This commit is contained in:
Chenlei Hu 2024-11-16 20:42:21 -05:00 committed by GitHub
parent 884d70e752
commit d8e1f1aa63

View File

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