removed unused imports

This commit is contained in:
filipriec
2025-02-20 14:37:30 +01:00
parent 193cdfe802
commit 7a6f49124b
11 changed files with 9 additions and 16 deletions

View File

@@ -1,7 +1,6 @@
// src/server/mod.rs
use tonic::{Request, Response, Status};
use tonic_reflection::server::Builder as ReflectionBuilder;
use crate::db;
use crate::adresar::handlers::{post_adresar, get_adresar, put_adresar, delete_adresar, get_adresar_count, get_adresar_by_position};
use crate::proto::multieko2::{
PostAdresarRequest, AdresarResponse, GetAdresarRequest, PutAdresarRequest,