OpenwaterHealth/openlifu-python
Sessions should not allow duplicate target ID
オープン
#134 opened on 2024/10/16
good first issue
Repository metrics
- Stars
- (24 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
When listing target IDs in a session, it should not be possible to write duplicate target IDs.
This could be enforced within the Session class somehow, or it could just be enforced at session write time.