More tests

This commit is contained in:
Yohann D'ANELLO
2020-11-08 23:48:26 +01:00
parent 3486c865a1
commit 0ab0e6a00c
7 changed files with 22 additions and 11 deletions

View File

@ -10,5 +10,5 @@ class FakePad:
smincol: int, smaxrow: int, smaxcol: int) -> None:
pass
def clear(self):
def clear(self) -> None:
pass