From a9a12d68717ebef16c02e07897fbf2650fe6a3b6 Mon Sep 17 00:00:00 2001 From: Blaine Malone Date: Thu, 24 Oct 2024 14:21:34 -0400 Subject: [PATCH] fix: removed unused imports --- src/subcommands/local/config.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/subcommands/local/config.rs b/src/subcommands/local/config.rs index e386c4d..135e949 100644 --- a/src/subcommands/local/config.rs +++ b/src/subcommands/local/config.rs @@ -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.