-
- Downloads
Check if instances are lists, not sequences. (#12128)
As a str is a sequence, the checks were not granular enough and would allow lists or strings, when only lists were valid.
Loading
Please register or sign in to comment
As a str is a sequence, the checks were not granular enough and would allow lists or strings, when only lists were valid.