chore: remove serde use line at top

This commit is contained in:
Jesús Pérex 2025-06-27 01:46:52 +01:00
parent 9f98484b80
commit 7e0cd985ad

View File

@ -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;