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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

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