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