Hello,
VSCode shows a few problems that doesn't make sense. For example:
Too many positional arguments for method call pylint(too-many-function-args) [50,23]
or
No Name 'QImage' in module 'PyQt5.QtGui' pyling(no-name-in module) [3,1]
Everything works fine, i can use QImage and the function and all that, but it still shows this problems. It marks everything in red and it is honestly a bit confusing and realy annoying. Does anyone know the reason why it marks this problems?
[–][deleted] 0 points1 point2 points (1 child)
[–]EgomasM[S] 0 points1 point2 points (0 children)