weavel-ai / Ape

Your first AI prompt engineer
https://docs.weavel.ai/sdk-reference/ape-common
MIT License
331 stars 13 forks source link

[refactor] Update TypedDict import and remove unused imports #30

Closed aschung01 closed 1 week ago

aschung01 commented 1 week ago

Notes: The changes were made to resolve an \"Unused TypedDict imported from typing_extensions\" error. The developer sought to remove the unused import to fix the issue, as suggested in the chat history. The TypedDict import was also moved to typing_extensions in dataset_item.py, likely to ensure compatibility across different Python versions.