format import
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user