How do I disable these error messages from popping up in the problems box in vs code
Adding below to lines at the top of the file will remove the error...And make sure is the lines duplicated inside the program if yes remove it.
# pylint: disable=unused-wildcard-import, method-hidden
# pylint: enable=too-many-lines
Reference: https://pylint.readthedocs.io/en/latest/faq.html#is-it-possible-to-locally-disable-a-particular-message