Skip to content

Commit

Permalink
Blacken (again? wtf black)
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Dec 3, 2019
1 parent 8fd7385 commit b975e5f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions paramiko/pkey.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,9 +322,7 @@ def _read_private_key(self, tag, f, password=None):
data = self._read_private_key_pem(lines, end, password)
pkformat = self._PRIVATE_KEY_FORMAT_ORIGINAL
elif keytype == "OPENSSH":
data = self._read_private_key_openssh(
lines[start:end], password
)
data = self._read_private_key_openssh(lines[start:end], password)
pkformat = self._PRIVATE_KEY_FORMAT_OPENSSH
else:
raise SSHException(
Expand Down

0 comments on commit b975e5f

Please sign in to comment.