remove stale import

This commit is contained in:
Bryan Stitt 2022-05-20 03:36:44 +00:00
parent 212650290f
commit 43cb9e3039

View File

@ -7,7 +7,6 @@ mod jsonrpc;
use jsonrpc::{JsonRpcErrorData, JsonRpcForwardedResponse};
use parking_lot::deadlock;
use serde_json::value::RawValue;
use std::env;
use std::fs;
use std::sync::atomic::{self, AtomicUsize};
use std::sync::Arc;