fix extraneous import
This commit is contained in:
parent
f6939e9165
commit
40e51f00d7
2 changed files with 1 additions and 3 deletions
|
@ -1,9 +1,7 @@
|
|||
use ini::Ini;
|
||||
// use rocket::tokio::sync::broadcast;
|
||||
use std::collections::HashMap;
|
||||
use std::net::IpAddr;
|
||||
use std::path::Path;
|
||||
use std::str::FromStr;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum ConfigError {
|
||||
|
|
|
@ -2,7 +2,7 @@ use clap::{Parser, Subcommand};
|
|||
// use time::OffsetDateTime;
|
||||
use forgejo_api::Auth::Token;
|
||||
use forgejo_api::Forgejo;
|
||||
use forgejo_api::structs::{CreateReleaseOption, RepoListReleasesQuery};
|
||||
use forgejo_api::structs::CreateReleaseOption;
|
||||
use url::Url;
|
||||
|
||||
pub mod config;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue