Pep-8 line endings

This commit is contained in:
Daniel A. Wozniak 2018-04-25 09:20:26 -07:00
parent 717abedaf7
commit 21dc1bab91
No known key found for this signature in database
GPG key ID: 166B9D2C06C82D61

View file

@ -563,7 +563,6 @@ class TCPReqServerChannel(salt.transport.mixins.auth.AESReqServerMixin, salt.tra
except Exception as exc:
log.debug("TCPReqServerChannel close generated an exception: %s", str(exc))
def __del__(self):
self.close()