removed unused import

This commit is contained in:
Kay Simmons 2023-02-07 15:40:29 -08:00
parent 0777f459ba
commit aa0a18968a

View file

@ -4,7 +4,6 @@ use anyhow::{anyhow, Context, Result};
use async_trait::async_trait;
use client::http::HttpClient;
use futures::StreamExt;
use serde_json::json;
use smol::fs;
use language::{LanguageServerName, LspAdapter};