Remove unused import

This commit is contained in:
Vecna 2024-04-27 14:32:26 -04:00
parent e2b1f9aa7d
commit c38b182cb7
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
use crate::{BridgeInfo, BridgeInfoType};
use lox_library::proto::{level_up::LEVEL_INTERVAL, trust_promotion::UNTRUSTED_INTERVAL};
use lox_library::proto::trust_promotion::UNTRUSTED_INTERVAL;
use nalgebra::DVector;
use statrs::distribution::{Continuous, MultivariateNormal, Normal};
use std::{