remove unused linux import

This commit is contained in:
Mika Bomm 2024-10-12 17:09:25 +02:00
parent 99d7607294
commit 7d3530a281

View file

@ -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};