Cleanup imports

This commit is contained in:
Ryan Jarvis
2020-05-01 11:27:28 -07:00
parent adea82998a
commit 9ebbb439cb
25 changed files with 75 additions and 85 deletions

View File

@@ -1,5 +1,4 @@
import copy
import json
from json import JSONEncoder
def _default(self, obj):
@@ -19,7 +18,6 @@ class Frame:
DEBUG_FRAMES = False#True
def __init__(self, pc):
import copy #from copy import deepcopy
self.pc = pc
def to_json(self):