1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 23:14:49 +08:00

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 json
import os import os
import re import re