Remove non-existing import

This commit is contained in:
Gregory Schier
2025-03-20 06:23:36 -07:00
parent aa75636026
commit cf8f8743bb

View File

@@ -67,7 +67,6 @@ use yaak_sse::sse::ServerSentEvent;
use yaak_templates::format::format_json;
use yaak_templates::{Parser, Tokens};
mod commands;
mod encoding;
mod error;
mod grpc;