mirror of
https://github.com/mnaberez/py65.git
synced 2025-04-08 19:40:03 +00:00
Remove unused imports
This commit is contained in:
parent
a72b1aae60
commit
c483450157
@ -1,4 +1,4 @@
|
||||
from py65.utils.conversions import convert_to_bin, convert_to_bcd, itoa
|
||||
from py65.utils.conversions import itoa
|
||||
from py65.utils.devices import make_instruction_decorator
|
||||
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
from py65.devices import mpu6502
|
||||
from py65.utils.devices import make_instruction_decorator
|
||||
|
||||
|
||||
class MPU(mpu6502.MPU):
|
||||
|
Loading…
x
Reference in New Issue
Block a user