summaryrefslogtreecommitdiff
path: root/paramiko/channel.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2018-08-22 14:24:42 -0700
committerJeff Forcier <jeff@bitprophet.org>2018-08-22 14:24:42 -0700
commit57201d2de9cd4080480cfed2fe2572fa1c908acb (patch)
treee16850c4aee5ff8be4dc9bdbb992ad3c44dfcdaa /paramiko/channel.py
parent60a89316aa817fb3ac03b7bf17572a69e928f6a0 (diff)
downloadparamiko-57201d2de9cd4080480cfed2fe2572fa1c908acb.tar.gz
Bump black up to 18.6b4
Diffstat (limited to 'paramiko/channel.py')
-rw-r--r--paramiko/channel.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/paramiko/channel.py b/paramiko/channel.py
index 00f86d6e..41b18958 100644
--- a/paramiko/channel.py
+++ b/paramiko/channel.py
@@ -1348,7 +1348,6 @@ class ChannelFile(BufferedFile):
class ChannelStderrFile(ChannelFile):
-
def __init__(self, channel, mode="r", bufsize=-1):
ChannelFile.__init__(self, channel, mode, bufsize)