mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 06:16:04 +00:00
remove a couple of imports
This commit is contained in:
parent
cbdab27cb5
commit
bc22faf3b0
2 changed files with 0 additions and 2 deletions
|
@ -2,7 +2,6 @@ use async_trait::async_trait;
|
|||
use azalea_core::{
|
||||
difficulty::Difficulty, game_type::GameType, resource_location::ResourceLocation,
|
||||
};
|
||||
use num_traits::FromPrimitive;
|
||||
use tokio::io::{AsyncRead, AsyncReadExt};
|
||||
|
||||
use super::MAX_STRING_LENGTH;
|
||||
|
|
|
@ -3,7 +3,6 @@ use azalea_core::{
|
|||
difficulty::Difficulty, game_type::GameType, resource_location::ResourceLocation,
|
||||
};
|
||||
use byteorder::{BigEndian, WriteBytesExt};
|
||||
use num_traits::FromPrimitive;
|
||||
use std::io::Write;
|
||||
|
||||
use super::MAX_STRING_LENGTH;
|
||||
|
|
Loading…
Add table
Reference in a new issue