This commit is contained in:
eichhornchen
2020-12-31 15:00:20 +01:00
parent de3aba396d
commit 7cd4721daa
3 changed files with 12 additions and 12 deletions

View File

@ -25,5 +25,5 @@ class FakePad:
def getmaxyx(self) -> Tuple[int, int]:
return 42, 42
def inch(self, y, x) -> str:
def inch(self, y: int, x: int) -> str:
return "i"