summaryrefslogtreecommitdiff
path: root/paramiko/file.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-05-31 17:30:17 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-05-31 17:31:22 -0700
commit9d5760cf45619ce5aacb567fdc42849d678d93eb (patch)
tree8942388ed983db8e6381117cc6e7c2c469466f6a /paramiko/file.py
parente2497717d25280ab49d0ce6ce54b52cf47451923 (diff)
downloadparamiko-9d5760cf45619ce5aacb567fdc42849d678d93eb.tar.gz
Additional house style formatting tweaks, mostly re: removal of line continuations
Diffstat (limited to 'paramiko/file.py')
-rw-r--r--paramiko/file.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/paramiko/file.py b/paramiko/file.py
index ab95c063..92bf1f14 100644
--- a/paramiko/file.py
+++ b/paramiko/file.py
@@ -15,8 +15,9 @@
# You should have received a copy of the GNU Lesser General Public License
# along with Paramiko; if not, write to the Free Software Foundation, Inc.,
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
-from paramiko.common import linefeed_byte_value, crlf, cr_byte, \
- linefeed_byte, cr_byte_value
+from paramiko.common import (
+ linefeed_byte_value, crlf, cr_byte, linefeed_byte, cr_byte_value,
+)
from paramiko.py3compat import BytesIO, PY2, u, b, bytes_types
from paramiko.util import ClosingContextManager