Added
- `models` folder for extract downloaded model tar file
Fixed
- Removed unused imports
- Line breaks for too long lines
- F841 removed unused variables
- E711 Change comparisons to None
- F541 f-string is missing placeholders
- E712 comparison to True
- E741 ambiguous variable names
- E721 do not compare types, use 'isinstance()'
- Sonarcloud: Make sure that using this pseudorandom number generator is safe here