mirror of
https://github.com/davidhalter/jedi.git
synced 2026-06-16 12:46:26 +08:00
78573b8fa2
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.