diff --git a/src/serena/symbol.py b/src/serena/symbol.py index 3b939b8..8f3ab47 100644 --- a/src/serena/symbol.py +++ b/src/serena/symbol.py @@ -123,9 +123,6 @@ class Symbol(ToStringMixin): @property def location(self) -> SymbolLocation: - """ - :return: the start location of the actual symbol identifier - """ return SymbolLocation(relative_path=self.relative_path, line=self.line, column=self.column, end_line=self.end_line) @property