Skip to content

Commit 86ecbf4

Browse files
cmason3bitprophet
authored andcommitted
fix syntax formatting
1 parent 39871d2 commit 86ecbf4

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

paramiko/transport.py

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,12 @@
3030
from hashlib import md5, sha1, sha256, sha512
3131

3232
from cryptography.hazmat.backends import default_backend
33-
from cryptography.hazmat.primitives.ciphers import algorithms, Cipher, modes, aead
33+
from cryptography.hazmat.primitives.ciphers import (
34+
algorithms,
35+
Cipher,
36+
modes,
37+
aead,
38+
)
3439

3540
import paramiko
3641
from paramiko import util
@@ -2876,7 +2881,7 @@ def _activate_outbound(self):
28762881
sdctr,
28772882
etm=etm,
28782883
)
2879-
2884+
28802885
compress_out = self._compression_info[self.local_compression][0]
28812886
if compress_out is not None and (
28822887
self.local_compression != "zlib@openssh.com" or self.authenticated

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy