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/hooks.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'examples/hooks.py') 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 -- cgit v1.2.1