Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🛠️ PR Summary
🌟 요약
어떤 것이 변경되었나요? 간략히 설명해주세요.
EllipsisType을 활용하도록 변경 및 기존 Impl 명명을 Mixin으로 변경했습니다.
📊 주요 변경 사항
주요 변경 사항을 적어주세요.
raise NotImplementedError
에서...
으로 변경하였습니다.🎯 목적 및 영향
목적: 왜 이 PR이 필요한가요?
�파이썬의 기본 기능을 활용하도록 변경하였습니다.
영향: 이 변경 사항이 어떤 영향을 미치나요?
라이브러리 임포트를 줄일 수 있습니다.