Skip to content

Commit 418fb63

Browse files
committed
chore: remove unused var
Signed-off-by: habeck <habeck@us.ibm.com>
1 parent 45e13cb commit 418fb63

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cpex/framework/isolated/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ async def create_venv(
203203
async def initialize(self) -> None:
204204
"""Initialize the plugin's venv environment with caching support."""
205205
# ensure the config is validated
206-
path = Path(self.config.config.get("script_path")).resolve()
207206
if not os.path.exists(self.plugin_path):
208207
raise FileNotFoundError(f"plugin path not found: {self.plugin_path}")
209208

0 commit comments

Comments
 (0)