1
2
Fork 0
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:
mat 2022-04-19 20:33:17 -05:00
parent cbdab27cb5
commit bc22faf3b0
2 changed files with 0 additions and 2 deletions

View file

@ -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;

View file

@ -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;