From 8e98c33fce7e80354832e18ff48dd154a079f73f Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Thu, 17 Jul 2025 21:51:23 +0300 Subject: [PATCH] Ruff you are an idiot --- testing/cli_tests/mvcc.py | 1 - 1 file changed, 1 deletion(-) diff --git a/testing/cli_tests/mvcc.py b/testing/cli_tests/mvcc.py index 2791eca65..63cec5ec6 100755 --- a/testing/cli_tests/mvcc.py +++ b/testing/cli_tests/mvcc.py @@ -4,7 +4,6 @@ from cli_tests import console from cli_tests.test_turso_cli import TestTursoShell from pydantic import BaseModel - # This tests verify that experimental MVCC feature works as expected. The test # suite will go away once the feature becomes more stable because we will just # run the TCL tests, for example, with MVCC enabled.