Skip to content

Commit 8929907

Browse files
google-genai-botcopybara-github
authored andcommitted
ADK changes
PiperOrigin-RevId: 892466615
1 parent f75de59 commit 8929907

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/google/adk/environment/_local_environment.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ async def close(self) -> None:
8383
logger.debug('Removed temporary workspace: %s', self._working_dir)
8484
self._working_dir = None
8585

86-
8786
@override
8887
async def execute(
8988
self,
@@ -139,7 +138,6 @@ async def write_file(self, path: str, content: str | bytes) -> None:
139138
path = self._resolve_path(path)
140139
return await asyncio.to_thread(self._sync_write, path, content)
141140

142-
143141
def _resolve_path(self, path: str) -> str:
144142
"""Resolve a relative path against the working directory."""
145143
if os.path.isabs(path):

0 commit comments

Comments
 (0)