Skip to content
Snippets Groups Projects
Verified Commit a96ddf4e authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

chore: simple refactor

parent 078472db
No related branches found
No related tags found
1 merge request!36Support for Python
Pipeline #3609 passed
This commit is part of merge request !36. Comments created here will be created in the context of that merge request.
......@@ -2,7 +2,8 @@ use pyo3::{prelude::*, types::PyBytes};
use crate::{
gb::{GameBoy as GameBoyBase, GameBoyMode},
ppu::{DISPLAY_HEIGHT, DISPLAY_WIDTH}, info::Info,
info::Info,
ppu::{DISPLAY_HEIGHT, DISPLAY_WIDTH},
};
#[pyclass]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment