I am trying to run my script but keep getting this error:
File ".\checkmypass.py", line 1, in <module>
  import requests 
line 3, in <module>
  response = requests.get(url) 
AttributeError: partially initialized module 'requests' has no attribute 'get' (most likely due to a circular import)
How can I fix it?
 
     
     
     
     
     
     
    