Docstring [ci skip]

This commit is contained in:
Michael Panchenko
2025-05-27 17:40:16 +02:00
parent 6c121836bc
commit 852a36ce18
-3
View File
@@ -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