Remove unnecessary import.

This commit is contained in:
KtorZ 2023-03-30 11:50:44 +02:00
parent 1d3315005c
commit cb5dc75326
No known key found for this signature in database
GPG Key ID: 33173CB6F77F4277
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@ use crate::server::Server;
use aiken_project::{config::Config, paths}; use aiken_project::{config::Config, paths};
use error::Error; use error::Error;
use lsp_server::Connection; use lsp_server::Connection;
use owo_colors;
use std::env; use std::env;
mod cast; mod cast;