unused import

This commit is contained in:
Volodymyr Patuta 2020-12-03 11:12:31 +01:00
parent f5df03fe4b
commit 7c98a28dba
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
use crate::rnote::{app, notes};
use crate::rnote::notes;
use anyhow::{anyhow, Result};
use clap::ArgMatches;
use dialoguer::{theme::ColorfulTheme, Input};