summaryrefslogtreecommitdiffhomepage
path: root/tests/test_sftp_big.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2023-01-16 19:40:31 -0500
committerJeff Forcier <jeff@bitprophet.org>2023-01-16 19:40:31 -0500
commit8d52c334b8b99eb96094edb1b513b26f864eeabd (patch)
tree43cba7b53cfb28277f546b09d1fd99aebc7f9e36 /tests/test_sftp_big.py
parente993a986388b0ec44b109a03edd34937a51aa9a1 (diff)
No more (object)ions
Diffstat (limited to 'tests/test_sftp_big.py')
-rw-r--r--tests/test_sftp_big.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_sftp_big.py b/tests/test_sftp_big.py
index d2d30f24..5f55a6fc 100644
--- a/tests/test_sftp_big.py
+++ b/tests/test_sftp_big.py
@@ -34,7 +34,7 @@ from .util import slow
@slow
-class TestBigSFTP(object):
+class TestBigSFTP:
def test_lots_of_files(self, sftp):
"""
create a bunch of files over the same session.