Whitespace

This commit is contained in:
Jeff Forcier 2014-02-24 17:17:52 -08:00
parent ad1fbcce0b
commit e207a4f704
1 changed files with 0 additions and 1 deletions

View File

@ -73,7 +73,6 @@ class Transport (threading.Thread):
`channels <.Channel>`, across the session. Multiple channels can be multiplexed
across a single session (and often are, in the case of port forwardings).
"""
_PROTO_ID = '2.0'
_CLIENT_ID = 'paramiko_%s' % (paramiko.__version__)