<!-- Use this form only if mypy reports an "INTERNAL ERROR" and/or gives a traceback. Please include the traceback and all other messages below (use `mypy --show-traceback`). --> **Crash Report** ``` # user.py name = 'Bob' # hello.py class Hello: from user import name def greet(self) -> None: print(self.name) ``` **Traceback** ``` mypy/nodes.py:2705 (__getattribute__) is the deepest frame ``` **To Reproduce** ``` $ mypy hello.py ``` **Your Environment** <!-- Include as many relevant details about the environment you experienced the bug in --> - Mypy version used: 0.910 - Mypy command-line flags: filename - Mypy configuration options from `mypy.ini` (and other config files): no - Python version used: 3.8.12 - Operating system and version: cygwin <!-- You can freely edit this text, please remove all the lines you believe are unnecessary. --> Thanks for looking into this,