diff options
| author | Scott Gasch <[email protected]> | 2021-10-19 16:40:34 -0700 |
|---|---|---|
| committer | Scott Gasch <[email protected]> | 2021-10-19 16:40:34 -0700 |
| commit | 351e77c767c9084aa486eedbdc9902c635b06261 (patch) | |
| tree | b41e328293b8f89ea8f56f02e451ea2afe7c2e2e /input_utils.py | |
| parent | 9484900f080e16f118806fe54973e69d36b043e8 (diff) | |
Bugfixes.
Diffstat (limited to 'input_utils.py')
| -rw-r--r-- | input_utils.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/input_utils.py b/input_utils.py index 153641b..a989b2d 100644 --- a/input_utils.py +++ b/input_utils.py @@ -2,11 +2,12 @@ """Utilities related to user input.""" -import readchar # type: ignore import signal import sys from typing import List +import readchar # type: ignore + import exceptions |
