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 4ac401af2b
commit 22a1d7ce78

View File

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