More tests
This commit is contained in:
@ -10,5 +10,5 @@ class FakePad:
|
||||
smincol: int, smaxrow: int, smaxcol: int) -> None:
|
||||
pass
|
||||
|
||||
def clear(self):
|
||||
def clear(self) -> None:
|
||||
pass
|
||||
|
Reference in New Issue
Block a user