format import

This commit is contained in:
2025-03-12 00:24:40 -04:00
parent 9e1c2288a0
commit cb00b28166

View File

@@ -1,5 +1,3 @@
use std::num::NonZero;
use crate::{
agent::Agent,
complexagent::ComplexAgent,
@@ -14,6 +12,7 @@ use skillratings::{
elo::{elo, EloConfig, EloRating},
Outcomes, Rating,
};
use std::num::NonZero;
#[allow(dead_code)]
pub fn run() {