From d992344812c85fccc013fd9876b12f80198e1ce3 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Fri, 17 Aug 2018 17:52:25 +0100 Subject: windows.inputs: Type almost everything in this module. --- poezio/windows/funcs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio/windows/funcs.py') diff --git a/poezio/windows/funcs.py b/poezio/windows/funcs.py index d118f353..69edace2 100644 --- a/poezio/windows/funcs.py +++ b/poezio/windows/funcs.py @@ -10,7 +10,7 @@ DIGITS = string.digits + '-' def find_first_format_char(text: str, - chars: Optional[List[str]] = None) -> int: + chars: str = None) -> int: to_find = chars or format_chars pos = -1 for char in to_find: -- cgit v1.2.3