Fix rule error messages

This commit is contained in:
Joscha 2021-05-25 15:47:09 +02:00
parent f68849c65f
commit 40144f8bd8

View File

@ -156,8 +156,8 @@ class Line:
return self._line return self._line
@property @property
def line_nr(self) -> str: def line_nr(self) -> int:
return self._line return self._line_nr
@property @property
def index(self) -> int: def index(self) -> int: