diff --git a/tests/test_connection.py b/tests/test_connection.py index ea74e1e4..e762f0f0 100755 --- a/tests/test_connection.py +++ b/tests/test_connection.py @@ -282,7 +282,6 @@ class ConnectionTests(ConnectingTestCase): cur = conn.cursor() t1 = threading.Thread(target=committer) t1.start() - i = 1 for i in range(1000): cur.execute("select %s;", (i,)) conn.commit()