From 11f0633fa30196c7f2bef43d8c918b2a950c75b9 Mon Sep 17 00:00:00 2001 From: Giampaolo Rodola Date: Sun, 23 Jun 2024 16:48:30 +0200 Subject: [PATCH] rm old style class --- pyftpdlib/test/test_functional.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyftpdlib/test/test_functional.py b/pyftpdlib/test/test_functional.py index 38c7f520..072f67ff 100644 --- a/pyftpdlib/test/test_functional.py +++ b/pyftpdlib/test/test_functional.py @@ -2092,7 +2092,7 @@ def test_on_incomplete_file_sent(self): ) -class _TestNetworkProtocols(object): # noqa +class _TestNetworkProtocols: """Test PASV, EPSV, PORT and EPRT commands. Do not use this class directly, let TestIPv4Environment and