Merge pull request #71 from Shinetism/main

Remove turtle dependency (fix issue #47)
This commit is contained in:
William 2023-07-21 16:50:41 +08:00 committed by GitHub
commit 5515265db4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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