removed unused imports. functionality which required these imports has been moved to libimagtodo by matthiasbeyer
This commit is contained in:
parent
3a8988bf93
commit
e98bc05cfc
1 changed files with 0 additions and 3 deletions
|
@ -19,9 +19,6 @@ use std::io::stdin;
|
|||
|
||||
use toml::Value;
|
||||
|
||||
use task_hookrs::import::import_tasks;
|
||||
use task_hookrs::status::TaskStatus;
|
||||
|
||||
use libimagrt::runtime::Runtime;
|
||||
use libimagrt::setup::generate_runtime_setup;
|
||||
use libimagtodo::task::Task;
|
||||
|
|
Loading…
Reference in a new issue