satisfied cargo clippy

This commit is contained in:
2025-08-09 22:12:49 +02:00
parent cab92df37e
commit 72a260c65f
5 changed files with 15 additions and 10 deletions

View File

@@ -5,7 +5,7 @@ use crate::models::{HeartbeatDto, IdResponse, MetricDto, RegistrationDto};
use anyhow::Result;
use reqwest::{Client, StatusCode};
use std::error::Error;
use tokio::time::{interval, sleep};
use tokio::time::sleep;
pub async fn register_with_server(
base_url: &str,