From 076c9ebea10fba2a978d19057caccab9e8862ab4 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Sun, 31 Jan 2021 23:13:27 -0500 Subject: Attempt to fix remaining black failures --- examples/exit_code.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'examples/exit_code.py') diff --git a/examples/exit_code.py b/examples/exit_code.py index a35b4df8..9f940f69 100755 --- a/examples/exit_code.py +++ b/examples/exit_code.py @@ -17,10 +17,9 @@ class ReplWithExitCode(cmd2.Cmd): def do_exit(self, arg_list: List[str]) -> bool: """Exit the application with an optional exit code. -Usage: exit [exit_code] - Where: - * exit_code - integer exit code to return to the shell -""" + Usage: exit [exit_code] + Where: + * exit_code - integer exit code to return to the shell""" # If an argument was provided if arg_list: try: -- cgit v1.2.1