Remove redundant imports

This commit is contained in:
Kitaiti Makoto 2021-01-16 12:12:13 +09:00
parent 7c00d4a88a
commit 1a24ba44b2
3 changed files with 0 additions and 4 deletions

View file

@ -1,5 +1,3 @@
use dotenv;
use clap::App;
use diesel::Connection;
use plume_models::{instance::Instance, Connection as Conn, CONFIG};

View file

@ -1,7 +1,6 @@
use clap::{App, Arg, ArgMatches, SubCommand};
use plume_models::{instance::Instance, users::*, Connection};
use rpassword;
use std::io::{self, Write};
pub fn command<'a, 'b>() -> App<'a, 'b> {

View file

@ -1,6 +1,5 @@
use crate::CATALOG;
use serde::{Deserialize, Serialize};
use serde_json;
use std::sync::Mutex;
use stdweb::{
unstable::{TryFrom, TryInto},