Skip to content

Commit

Permalink
fix: fix merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Feb 23, 2021
1 parent 0e47ebf commit 3f4095e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/bin/coco.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
use std::time::Instant;
use std::{env, fs};

use clap::{App, Arg};

use coco::app::analysis;
use coco::app::cmd::CocoCliOption;
use core_model::url_format;
use core_model::Settings;
use core_model::{CocoConfig, RepoConfig};
use plugin_manager::plugin_manager::PluginManager;

Expand Down

0 comments on commit 3f4095e

Please sign in to comment.