mirror of
https://github.com/davidhalter/parso.git
synced 2026-05-18 06:20:03 +08:00
Fix a linter issue
This commit is contained in:
@@ -230,6 +230,7 @@ class Token(NamedTuple):
|
|||||||
string: str
|
string: str
|
||||||
start_pos: Tuple[int, int]
|
start_pos: Tuple[int, int]
|
||||||
prefix: str
|
prefix: str
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def end_pos(self) -> Tuple[int, int]:
|
def end_pos(self) -> Tuple[int, int]:
|
||||||
lines = split_lines(self.string)
|
lines = split_lines(self.string)
|
||||||
|
|||||||
Reference in New Issue
Block a user