diff options
Diffstat (limited to 'tests/test_cli.py')
-rw-r--r-- | tests/test_cli.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_cli.py b/tests/test_cli.py index 3a16e9f..c155325 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -2,6 +2,7 @@ These are almost end-to-end tests. They create a Prompt, feed it with some input and check the result. """ + from __future__ import annotations from functools import partial |