mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-12 04:16:54 +08:00
chore(api/core): apply ruff reformatting (#7624)
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
tool_file_manager = {
|
||||
'manager': None
|
||||
}
|
||||
tool_file_manager = {"manager": None}
|
||||
|
||||
|
||||
class ToolFileParser:
|
||||
@staticmethod
|
||||
def get_tool_file_manager() -> 'ToolFileManager':
|
||||
return tool_file_manager['manager']
|
||||
def get_tool_file_manager() -> "ToolFileManager":
|
||||
return tool_file_manager["manager"]
|
||||
|
||||
Reference in New Issue
Block a user