chore: remove unnecessary import

This commit is contained in:
Rekai Nyangadzayi Musuka 2020-12-08 16:26:05 -06:00
parent 40fa8f9447
commit 72cf545e79
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
use rodio::{Decoder, OutputStream, Sink, Source};
use rodio::{Decoder, OutputStream, Sink};
use std::fs::File;
use std::io::BufReader;
use std::path::PathBuf;