From 7d3530a2813cdeb9bbd1873ed4d837ec1a9fcf38 Mon Sep 17 00:00:00 2001 From: Mika Date: Sat, 12 Oct 2024 17:09:25 +0200 Subject: [PATCH] remove unused linux import --- crates/backend/src/controller/node.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/backend/src/controller/node.rs b/crates/backend/src/controller/node.rs index 6c638c2..0393515 100644 --- a/crates/backend/src/controller/node.rs +++ b/crates/backend/src/controller/node.rs @@ -1,4 +1,3 @@ -use std::os::linux::raw::stat; use actix_web::{error::ErrorInternalServerError, http::header::ACCEPT, web, HttpResponse, Responder}; use entity::node_group; use sea_orm::{ActiveModelTrait, ActiveValue, EntityTrait, IntoActiveModel};