Remove turtle dependency (fix issue #47)

This commit is contained in:
Guang Yang 2023-07-21 14:53:43 +08:00
parent b525eb7a7a
commit e84f4c6661
1 changed files with 0 additions and 1 deletions

View File

@ -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