summaryrefslogtreecommitdiff
path: root/psutil/tests/test_connections.py
diff options
context:
space:
mode:
Diffstat (limited to 'psutil/tests/test_connections.py')
-rwxr-xr-xpsutil/tests/test_connections.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/psutil/tests/test_connections.py b/psutil/tests/test_connections.py
index f3b1f837..d47233bc 100755
--- a/psutil/tests/test_connections.py
+++ b/psutil/tests/test_connections.py
@@ -501,7 +501,7 @@ class TestSystemWideConnections(ConnectionTestCase):
pids = []
times = 10
fnames = []
- for i in range(times):
+ for _ in range(times):
fname = self.get_testfn()
fnames.append(fname)
src = textwrap.dedent("""\