remove unused linux import
This commit is contained in:
parent
99d7607294
commit
7d3530a281
|
@ -1,4 +1,3 @@
|
||||||
use std::os::linux::raw::stat;
|
|
||||||
use actix_web::{error::ErrorInternalServerError, http::header::ACCEPT, web, HttpResponse, Responder};
|
use actix_web::{error::ErrorInternalServerError, http::header::ACCEPT, web, HttpResponse, Responder};
|
||||||
use entity::node_group;
|
use entity::node_group;
|
||||||
use sea_orm::{ActiveModelTrait, ActiveValue, EntityTrait, IntoActiveModel};
|
use sea_orm::{ActiveModelTrait, ActiveValue, EntityTrait, IntoActiveModel};
|
||||||
|
|
Loading…
Reference in a new issue