Skip to content

Commit

Permalink
refactor: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 committed Jan 19, 2024
1 parent b09eccb commit b56dc57
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/disk_block.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
use crate::{
segment::block_index::block_handle::BlockHandle,
serde::{Deserializable, DeserializeError, Serializable, SerializeError},
};
use crate::serde::{Deserializable, DeserializeError, Serializable, SerializeError};
use byteorder::{BigEndian, ReadBytesExt};
use lz4_flex::{compress_prepend_size, decompress_size_prepended};
use std::io::{Cursor, Read, Write};
Expand Down

0 comments on commit b56dc57

Please sign in to comment.