This is an automated email from the ASF dual-hosted git repository.
jensg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
The following commit(s) were added to refs/heads/master by this push:
new 50f9713 FIX Python code style TTransport.py:400:5: E301 expected 1
blank line, found 0
50f9713 is described below
commit 50f97135ccc328aeb84b75d5374016abaa269da1
Author: Jens Geyer <[email protected]>
AuthorDate: Sun Nov 14 12:33:50 2021 +0100
FIX Python code style TTransport.py:400:5: E301 expected 1 blank line,
found 0
---
lib/py/src/transport/TTransport.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/py/src/transport/TTransport.py
b/lib/py/src/transport/TTransport.py
index be89f4b..ff20d7e 100644
--- a/lib/py/src/transport/TTransport.py
+++ b/lib/py/src/transport/TTransport.py
@@ -397,6 +397,7 @@ class TSaslClientTransport(TTransportBase,
CReadableTransport):
TTransportException.NOT_OPEN,
"Bad SASL negotiation status: %d (%s)"
% (status, challenge))
+
def isOpen(self):
return self.transport.isOpen()