format import

This commit is contained in:
Simon Gardling 2025-03-12 00:24:40 -04:00
parent 9e1c2288a0
commit cb00b28166
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

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