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/paged_output.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'examples/paged_output.py') diff --git a/examples/paged_output.py b/examples/paged_output.py index cba5c7c5..191fdd7f 100755 --- a/examples/paged_output.py +++ b/examples/paged_output.py @@ -3,7 +3,9 @@ """A simple example demonstrating the using paged output via the ppaged() method. """ import os -from typing import List +from typing import ( + List, +) import cmd2 -- cgit v1.2.1