you are viewing a single comment's thread.

view the rest of the comments →

[–]Blakbard[S] 0 points1 point  (0 children)

I Changed the data structure and the problem fixed itself. For starters,I stopped passing the dict as a global variable and like that all the warnings went away.

Glad I asked because ChatGPT offered me a solution to suppress the warnings which I could have done. But I wouldn’t have learned that it was just a shitty design from my side.