When invoking `goto_definitions` on `RequestFactory` in line 5, it would jump to `Client` after 27f05de: ```python class RequestFactory(object): pass class Client(RequestFactory): pass ``` Fixes https://github.com/davidhalter/jedi/issues/761.
27f05de