FIX Python code style TTransport.py:400:5: E301 expected 1 blank line, found 0

This commit is contained in:
Jens Geyer 2021-11-14 12:33:50 +01:00
parent ea1e8ff140
commit 50f97135cc

View File

@ -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()