From 481b5651df9bd160d4ff1f1ba471eead61a53252 Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 15 Mar 2023 09:45:15 +1100 Subject: Fix some warnings from ruff. --- test/performanceTests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/performanceTests.py') 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() -- cgit v1.2.3