Coverage for src/hdmf/backends/warnings.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.2.5, created at 2023-07-21 22:12 +0000

1class BrokenLinkWarning(UserWarning): 

2 """ 

3 Raised when a group has a key with a None value. 

4 """ 

5 pass