Skip to content

Commit

Permalink
Merge pull request #71 from Shinetism/main
Browse files Browse the repository at this point in the history
Remove turtle dependency (fix issue #47)
  • Loading branch information
Achazwl committed Jul 21, 2023
2 parents b525eb7 + e84f4c6 commit 5515265
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion opendelta/basemodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5515265

Please sign in to comment.