We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d644d97 commit b9df45bCopy full SHA for b9df45b
1 file changed
app/tool/file_operators.py
@@ -42,8 +42,7 @@ async def run_command(
42
class LocalFileOperator(FileOperator):
43
"""File operations implementation for local filesystem."""
44
45
- def __init__(self, encoding: str = "utf-8"):
46
- self.encoding = encoding
+ encoding: str = "utf-8"
47
48
async def read_file(self, path: PathLike) -> str:
49
"""Read content from a local file."""
0 commit comments