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