From 9cb49fb2a3b980f97d5fb27ea37c6dfeee3b9ec4 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Sun, 31 Jan 2021 23:24:47 -0500 Subject: Add in isort changes --- cmd2/py_bridge.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cmd2/py_bridge.py') diff --git a/cmd2/py_bridge.py b/cmd2/py_bridge.py index 6f2160c6..fd9b55fb 100644 --- a/cmd2/py_bridge.py +++ b/cmd2/py_bridge.py @@ -9,7 +9,9 @@ from contextlib import ( redirect_stderr, redirect_stdout, ) -from typing import Optional +from typing import ( + Optional, +) from .utils import ( StdSim, -- cgit v1.2.1