1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-06-10 17:29:34 +00:00

Remove unused import

This commit is contained in:
Mike Naberezny 2014-03-16 12:54:23 -07:00
parent b049221b12
commit 5e5aab841e

View File

@ -1,6 +1,5 @@
import sys
import unittest
from py65.utils.console import getch
class ConsoleTopLevelTests(unittest.TestCase):