How to resolve No module named imghdr error in Python 3. 13 with Tweepy? My questions: Is imghdr indeed removed in Python 3 13? What alternative libraries or approaches can I use to check image file types with minimal changes to my existing code? I appreciate any guidance or suggestions on how to handle this issue Thank you! I expected the program to run without issues, as it worked in previous Python versions