From 7a7ce418adcf9c17e967707d4ce1df1ee181fd51 Mon Sep 17 00:00:00 2001 From: Noah Yoshida Date: Fri, 9 Aug 2024 17:02:38 -0700 Subject: [PATCH] fix --- router/src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/router/src/main.rs b/router/src/main.rs index 9282998e8..a7d49f3c2 100644 --- a/router/src/main.rs +++ b/router/src/main.rs @@ -15,7 +15,6 @@ use std::fs::File; use std::io::BufReader; use std::net::{IpAddr, Ipv4Addr, SocketAddr}; use std::path::{Path, PathBuf}; -use std::sync::Arc; use thiserror::Error; use tokenizers::processors::template::TemplateProcessing; use tokenizers::tokenizer::Tokenizer;