diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2023-01-16 19:40:31 -0500 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2023-01-16 19:40:31 -0500 |
commit | 8d52c334b8b99eb96094edb1b513b26f864eeabd (patch) | |
tree | 43cba7b53cfb28277f546b09d1fd99aebc7f9e36 /tests/test_sftp.py | |
parent | e993a986388b0ec44b109a03edd34937a51aa9a1 (diff) |
No more (object)ions
Diffstat (limited to 'tests/test_sftp.py')
-rw-r--r-- | tests/test_sftp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_sftp.py b/tests/test_sftp.py index 5767c00b..2cd68d94 100644 --- a/tests/test_sftp.py +++ b/tests/test_sftp.py @@ -93,7 +93,7 @@ utf8_folder = b"/\xc3\xbcnic\xc3\xb8\x64\x65" @slow -class TestSFTP(object): +class TestSFTP: def test_file(self, sftp): """ verify that we can create a file. |