diff options
author | Neil <nyamatongwe@gmail.com> | 2023-03-15 09:45:15 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2023-03-15 09:45:15 +1100 |
commit | 481b5651df9bd160d4ff1f1ba471eead61a53252 (patch) | |
tree | d1fdb9642eaaef49eab6675dc816a7f7246f93b9 /test/performanceTests.py | |
parent | f5b5b395e2c21c6c8a338a2b2641e3143534589c (diff) | |
download | scintilla-mirror-481b5651df9bd160d4ff1f1ba471eead61a53252.tar.gz |
Fix some warnings from ruff.
Diffstat (limited to 'test/performanceTests.py')
-rw-r--r-- | test/performanceTests.py | 2 |
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() |