linting
This commit is contained in:
		@@ -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"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user