返回提交历史
Modified
g4f/config.py
+0
-2
XFEstudio/gpt4free
Update config.py
35b8e963
代码差异
1 个文件
+0
-2
@@ -3,10 +3,8 @@ from __future__ import annotations
3
3
import os
4
4
import sys
5
5
from pathlib import Path
6
from functools import lru_cache
7
6
from typing import Optional
8
7
9
@lru_cache(maxsize=1)
10
8
def get_config_dir() -> Path:
11
9
"""Get platform-appropriate config directory."""
12
10
def get_fallback_config_dir() -> Path: