Skip to content

Commit

Permalink
fix: removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
blmalone committed Oct 24, 2024
1 parent 220d3e0 commit a9a12d6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/subcommands/local/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ use crate::{
errors::{StError, StResult},
};
use clap::Args;
use cli_table::{Cell, Style, Table};
use octocrab::{models::IssueState, Octocrab};
use std::path::PathBuf;

/// CLI arguments for the `config` subcommand.
Expand Down

0 comments on commit a9a12d6

Please sign in to comment.