From aaa6911a393529d67c3b80d3c68614c950204a39 Mon Sep 17 00:00:00 2001 From: mathieui Date: Thu, 10 Feb 2022 18:42:54 +0100 Subject: clean: remove unused imports --- poezio/windows/inputs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio/windows/inputs.py') diff --git a/poezio/windows/inputs.py b/poezio/windows/inputs.py index 89da054e..01b94ac0 100644 --- a/poezio/windows/inputs.py +++ b/poezio/windows/inputs.py @@ -5,7 +5,7 @@ Text inputs. import curses import logging import string -from typing import List, Dict, Callable, Optional, ClassVar, Union +from typing import List, Dict, Callable, Optional, ClassVar from poezio import keyboard from poezio import common -- cgit v1.2.3