mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-13 20:00:12 +01:00
Cleanup imports
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user