summaryrefslogtreecommitdiff
path: root/cmd2/utils.py
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2019-04-02 20:17:01 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2019-04-02 20:17:01 -0400
commit76741c3ee3037bd6239a8e716406d3f3df1d8dc2 (patch)
tree478dec135835c3585c098b11c5291e94b0dac1d1 /cmd2/utils.py
parent7a24546f234855368e7ec11005a38e4deb1f77eb (diff)
downloadcmd2-git-76741c3ee3037bd6239a8e716406d3f3df1d8dc2.tar.gz
Fix flake8 warning
Diffstat (limited to 'cmd2/utils.py')
-rw-r--r--cmd2/utils.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd2/utils.py b/cmd2/utils.py
index 74f83c64..95f7907b 100644
--- a/cmd2/utils.py
+++ b/cmd2/utils.py
@@ -509,5 +509,3 @@ class RedirectionSavedState(object):
# If the command created a process to pipe to, then then is its reader
self.pipe_proc_reader = None
-
-