mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-06 18:35:19 +00:00
FIX Python code style TTransport.py:400:5: E301 expected 1 blank line, found 0
This commit is contained in:
parent
ea1e8ff140
commit
50f97135cc
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user