Remove turtle dependency (fix issue #47)
This commit is contained in:
parent
b525eb7a7a
commit
e84f4c6661
|
@ -3,7 +3,6 @@
|
|||
from collections import OrderedDict
|
||||
from multiprocessing.sharedctypes import Value
|
||||
import os
|
||||
from turtle import back
|
||||
from opendelta.delta_configs import BaseDeltaConfig
|
||||
from opendelta.utils.inspect import inspect_module_statistics
|
||||
from opendelta.utils.model_md5 import gen_model_hash
|
||||
|
|
Loading…
Reference in New Issue