summaryrefslogtreecommitdiff
path: root/examples/hooks.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hooks.py')
-rwxr-xr-xexamples/hooks.py4
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