Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasEi committed Jul 13, 2024
1 parent 1ca0b08 commit 8009c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bevy_asset_loader/src/loading_state/systems.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use bevy::asset::{AssetServer, DependencyLoadState, LoadState, RecursiveDependencyLoadState};
use bevy::asset::{AssetServer, RecursiveDependencyLoadState};
use bevy::ecs::system::SystemState;
use bevy::ecs::world::{FromWorld, World};
use bevy::log::{debug, info, trace, warn};
Expand Down

0 comments on commit 8009c5f

Please sign in to comment.