mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 11:48:13 +01:00
Remove unused imports
This commit is contained in:
@@ -2,7 +2,7 @@ mod asciicast;
|
|||||||
mod pty;
|
mod pty;
|
||||||
mod recorder;
|
mod recorder;
|
||||||
use anyhow::Result;
|
use anyhow::Result;
|
||||||
use clap::{Args, Parser, Subcommand, ValueEnum};
|
use clap::{Parser, Subcommand};
|
||||||
use std::env;
|
use std::env;
|
||||||
|
|
||||||
#[derive(Debug, Parser)]
|
#[derive(Debug, Parser)]
|
||||||
|
|||||||
Reference in New Issue
Block a user