From d11a8063f0e2baefa36dfee85b8513c78df83986 Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Thu, 17 Jul 2025 21:39:08 +0300 Subject: [PATCH] testing: Format mvcc.py to make ruff happy... --- testing/cli_tests/mvcc.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/testing/cli_tests/mvcc.py b/testing/cli_tests/mvcc.py index 270845de7..2791eca65 100755 --- a/testing/cli_tests/mvcc.py +++ b/testing/cli_tests/mvcc.py @@ -1,9 +1,8 @@ #!/usr/bin/env python3 -from pydantic import BaseModel - 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