### Bug description ```python I got the message: Using global for 'ticker' but no assignment is done for the code: --- def remove_ticker_from_list(stock_index): global ticker ticker[stock_index]="NULL_STOCK" ``` ### Configuration _No response_ ### Command used ```shell VSCode ``` ### Pylint output ```python mentioned in descr ``` ### Expected behavior do not report this error ### Pylint version ```shell Python 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)] on win32 ``` ### OS / Environment Win10 ### Additional dependencies _No response_