mirror of
https://github.com/davidhalter/jedi.git
synced 2026-04-23 16:04:28 +08:00
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.