diff --git a/src/main.rs b/src/main.rs index ad5af3a..a45ef0d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -5,7 +5,6 @@ use nu_plugin::{ use nu_protocol::{Category, Example, LabeledError, Signature, SyntaxShape, Type, Value}; use std::fs; use tera::Tera; -//use serde_json::json; mod helpers;