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