### Repository commit master ### Python version (python --version) Python 3.11.0 ### Dependencies version (pip freeze) None ### Expected behavior @D4rkia Can you please examine [line 132 of `genetic_algorithm/basic_string.py`](https://github.com/TheAlgorithms/Python/blob/master/genetic_algorithm/basic_string.py#L132) and remove the [flake8 BugBear B023 linter directive](https://github.com/PyCQA/flake8-bugbear#list-of-warnings) and then fix the failing test? @CaedenPH and I have been looking at this error but we are not sure how it should be fixed. ### Actual behavior Error B023