diff --git a/jedi/api/classes.py b/jedi/api/classes.py index f409e040..8b5cc536 100644 --- a/jedi/api/classes.py +++ b/jedi/api/classes.py @@ -82,16 +82,6 @@ class BaseDefinition(object): """ return self._name.string_name - @property - def start_pos(self): - """ - .. deprecated:: 0.7.0 - Use :attr:`.line` and :attr:`.column` instead. - .. todo:: Remove! - """ - warnings.warn("Use line/column instead.", DeprecationWarning) - return self._name.start_pos - @property def type(self): """