Skip to content

Commit 97b0468

Browse files
committed
format cleanup
1 parent e9f84a3 commit 97b0468

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd2/cmd2.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2724,7 +2724,6 @@ def _redirect_output(self, statement: Statement) -> utils.RedirectionSavedState:
27242724
sys.stdout = self.stdout = new_stdout
27252725

27262726
elif statement.output:
2727-
27282727
if statement.output_to:
27292728
# redirecting to a file
27302729
# statement.output can only contain REDIRECTION_APPEND or REDIRECTION_OUTPUT

0 commit comments

Comments
 (0)