remove unused import
This commit is contained in:
parent
76e6c2477c
commit
858a45f69d
|
@ -1,6 +1,5 @@
|
||||||
extern crate bitsy_parser;
|
extern crate bitsy_parser;
|
||||||
use bitsy_parser::game::Game;
|
use bitsy_parser::game::Game;
|
||||||
use bitsy_parser::image::Image;
|
|
||||||
use std::{env, fs};
|
use std::{env, fs};
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
|
|
Loading…
Reference in New Issue