summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2023-01-11 20:25:59 -0500
committerJeff Forcier <jeff@bitprophet.org>2023-01-11 20:27:28 -0500
commit6507003f0b3c6be60c34e32ed0395672a121acfd (patch)
treec088406a58bdc61339e4f07bfbda60abcf14e88d /tests
parentec8948158e26df0ec549e333cc2ea4bb22d56350 (diff)
downloadparamiko-6507003f0b3c6be60c34e32ed0395672a121acfd.tar.gz
flake8
Diffstat (limited to 'tests')
-rw-r--r--tests/test_file.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_file.py b/tests/test_file.py
index bcd1ad2b..364bbce2 100644
--- a/tests/test_file.py
+++ b/tests/test_file.py
@@ -21,7 +21,6 @@ Some unit tests for the BufferedFile abstraction.
"""
import unittest
-import sys
from io import BytesIO
from paramiko.common import linefeed_byte, crlf, cr_byte