mirror of
https://github.com/mnaberez/py65.git
synced 2025-01-01 11:29:32 +00:00
Remove unused import
This commit is contained in:
parent
e8f5265912
commit
32a998abaf
@ -2,7 +2,6 @@ import unittest
|
||||
import sys
|
||||
from py65.devices.mpu6502 import MPU
|
||||
from py65.devices.mpu65c02 import MPU as MPU65C02
|
||||
from py65.devices.mpu65org16 import MPU as MPU65Org16
|
||||
from py65.assembler import Assembler
|
||||
from py65.utils.addressing import AddressParser
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user