fix import

This commit is contained in:
Alfredo Garcia 2021-03-19 12:51:14 -03:00 committed by Deirdre Connolly
parent d7b83b7b2a
commit 35fc683868
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
use std::io::self;
use std::io;
use byteorder::{LittleEndian, ReadBytesExt, WriteBytesExt};