Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasEi committed Oct 21, 2023
1 parent 032558a commit 8ed71ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/bevy_asset/src/server/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ use crate::{
};
use bevy_ecs::prelude::*;
use bevy_log::{error, info, warn};
use bevy_reflect::GetPath;
use bevy_tasks::IoTaskPool;
use bevy_utils::{HashMap, HashSet};
use crossbeam_channel::{Receiver, Sender};
Expand Down

0 comments on commit 8ed71ed

Please sign in to comment.