mirror of
https://github.com/mnaberez/py65.git
synced 2025-08-05 08:27:56 +00:00
Remove unused imports
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
import unittest
|
||||
import sys
|
||||
import re
|
||||
import os
|
||||
from py65.memory import ObservableMemory
|
||||
|
||||
|
||||
|
@@ -1,6 +1,5 @@
|
||||
import unittest
|
||||
import sys
|
||||
import re
|
||||
import os
|
||||
import tempfile
|
||||
from py65.monitor import Monitor
|
||||
|
Reference in New Issue
Block a user