aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/performanceTests.py
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2023-03-15 09:45:15 +1100
committerNeil <nyamatongwe@gmail.com>2023-03-15 09:45:15 +1100
commit481b5651df9bd160d4ff1f1ba471eead61a53252 (patch)
treed1fdb9642eaaef49eab6675dc816a7f7246f93b9 /test/performanceTests.py
parentf5b5b395e2c21c6c8a338a2b2641e3143534589c (diff)
downloadscintilla-mirror-481b5651df9bd160d4ff1f1ba471eead61a53252.tar.gz
Fix some warnings from ruff.
Diffstat (limited to 'test/performanceTests.py')
-rw-r--r--test/performanceTests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/performanceTests.py b/test/performanceTests.py
index a3df73465..e9eff9e6a 100644
--- a/test/performanceTests.py
+++ b/test/performanceTests.py
@@ -5,7 +5,7 @@
from __future__ import with_statement
from __future__ import unicode_literals
-import os, string, sys, time, unittest
+import string, time, unittest
try:
start = time.perf_counter()