Skip to content

Commit

Permalink
fix: remove unused dynamic import for typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-liang committed Jan 24, 2025
1 parent 4b2e365 commit 18b27ec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arena/attributes/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ def __init__(self, **kwargs):

@classmethod
def update_data(cls, data, new_data):
from ..objects.arena_object import Object

new_data = new_data.get("data", new_data)
dash_words = []
for k, v in new_data.items():
Expand Down

0 comments on commit 18b27ec

Please sign in to comment.