cleaned up unused import

This commit is contained in:
Valerie Wolfe 2022-06-26 12:31:19 -04:00
parent b73ef17d8d
commit 4a7e284047
2 changed files with 2 additions and 4 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "quickmaths"
version = "0.1.5"
version = "0.2.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View file

@ -14,9 +14,7 @@ use evalexpr::{
eval_with_context_mut,
HashMapContext,
Value,
Context
Value
};
use termion::{
color,