From a3b1b6ddf81cdc0b253f15feeb167ff348afd14f Mon Sep 17 00:00:00 2001 From: Eric Lin Date: Tue, 5 Jan 2021 11:29:39 -0500 Subject: Changed isort to force wrapping of imports to reduce merge conflicts from minor import changes. --- examples/exit_code.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'examples/exit_code.py') diff --git a/examples/exit_code.py b/examples/exit_code.py index 89ed86cd..062ee12d 100755 --- a/examples/exit_code.py +++ b/examples/exit_code.py @@ -2,7 +2,9 @@ # coding=utf-8 """A simple example demonstrating the following how to emit a non-zero exit code in your cmd2 application. """ -from typing import List +from typing import ( + List, +) import cmd2 -- cgit v1.2.1