mirror of
https://github.com/mnaberez/py65.git
synced 2025-08-08 13:25:01 +00:00
Remove unused import
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user