on running pylint src/assistant.py, "too many branches" and "unused variable "stop_scroll_event" errors pop up. Need to resolve them. Separate sub-issues are created for both since the "too-many-branches" error might require severe refactoring and restructuring in the code base.
[ ] #53
[x] #54
Brief Idea about Expected Behavior
Too many branches error should not occur
Resolve the unused variable "stop_scroll_event" as well if possible
Relevant log output
************* Module assistant
src/assistant.py:54:4: R0912: Too many branches (18/12) (too-many-branches)
src/assistant.py:100:31: W0612: Unused variable 'stop_scroll_event' (unused-variable)
-----------------------------------
Your code has been rated at 9.77/10
Brief Bug Description
on running
pylint src/assistant.py
, "too many branches" and "unused variable "stop_scroll_event" errors pop up. Need to resolve them. Separate sub-issues are created for both since the "too-many-branches" error might require severe refactoring and restructuring in the code base.Brief Idea about Expected Behavior
unused variable "stop_scroll_event"
as well if possibleRelevant log output