summaryrefslogtreecommitdiff
path: root/examples/decorator_example.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/decorator_example.py')
-rwxr-xr-xexamples/decorator_example.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/decorator_example.py b/examples/decorator_example.py
index c20a6d4a..09193926 100755
--- a/examples/decorator_example.py
+++ b/examples/decorator_example.py
@@ -11,7 +11,9 @@ all the commands in the transcript against decorator_example.py,
verifying that the output produced matches the transcript.
"""
import argparse
-from typing import List
+from typing import (
+ List,
+)
import cmd2