fix: remove unused field and add missing Context import

This commit is contained in:
Andrew Phillips (aider)
2025-05-12 22:03:46 -03:00
parent ec3771cd5d
commit d827a4d772
2 changed files with 1 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
use anyhow::{anyhow, Result};
use anyhow::{anyhow, Context, Result};
use std::io;
use lazy_static::lazy_static;