diff options
Diffstat (limited to 'examples/hooks.py')
-rwxr-xr-x | examples/hooks.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/hooks.py b/examples/hooks.py index 409c8979..f8079e58 100755 --- a/examples/hooks.py +++ b/examples/hooks.py @@ -10,7 +10,6 @@ follow a command without any intervening whitespace. """ import re - from typing import List import cmd2 |