mirror of
https://github.com/langbot-app/LangBot.git
synced 2025-11-25 11:29:39 +08:00
style: restrict line-length
This commit is contained in:
@@ -41,9 +41,7 @@ class ConfigManager:
|
||||
self.file.save_sync(self.data)
|
||||
|
||||
|
||||
async def load_python_module_config(
|
||||
config_name: str, template_name: str, completion: bool = True
|
||||
) -> ConfigManager:
|
||||
async def load_python_module_config(config_name: str, template_name: str, completion: bool = True) -> ConfigManager:
|
||||
"""加载Python模块配置文件
|
||||
|
||||
Args:
|
||||
|
||||
Reference in New Issue
Block a user