Drop unused anyhow! macro import

This commit is contained in:
megaproxy 2026-05-09 01:59:40 +01:00
parent c38d895f5f
commit 60db1bf8c2

View file

@ -23,7 +23,7 @@
//! The "Sonnet only" section is not always present (depends on plan tier
//! and recent usage). We treat it as optional.
use anyhow::{anyhow, Context, Result};
use anyhow::{Context, Result};
use chrono::{DateTime, Utc};
use portable_pty::{native_pty_system, CommandBuilder, PtySize};
use serde::Serialize;