Skip to content

Commit

Permalink
feat(submissions-macro):
Browse files Browse the repository at this point in the history
 - cleaned uses
  • Loading branch information
Flaxoos committed May 13, 2024
1 parent 2f81f5d commit 366cfa5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions strategies/src/submission_macro.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ macro_rules! submit_strategy {
mod tests {
use super::*;
use std::time::{Duration, Instant};
use crate::Move::X;
use crate::Move::Y;
use crate::Move::Z;
use crate::Round;

#[test]
fn test_participant_type() {
Expand Down

0 comments on commit 366cfa5

Please sign in to comment.