Skip to content

Commit 07d872e

Browse files
gwennlbhgithub-actions[bot]
authored andcommitted
🚨 Fix lints
1 parent 39bb519 commit 07d872e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/schedule-hell/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ mod scenes;
33
use anyhow::anyhow;
44
use itertools::Itertools;
55
use rand::{SeedableRng, rngs::SmallRng};
6-
use shapemaker::{ui::Log, video::engine::EngineControl, *};
6+
use shapemaker::{ui::Log, *};
77
use std::{fs, path::PathBuf, time::Duration};
88

99
pub struct State {

0 commit comments

Comments
 (0)