Drop unused anyhow! macro import
This commit is contained in:
parent
c38d895f5f
commit
60db1bf8c2
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue