OpenwaterHealth/openlifu-python
Sessions should not allow duplicate target ID
Aberta
#134 aberto em 16 de out. de 2024
good first issue
Métricas do repositório
- Stars
- (24 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
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.