From 839dcaca271f771445409e3acd60abd8a22e6d30 Mon Sep 17 00:00:00 2001 From: Ivan Ilchuk Date: Tue, 16 Jan 2024 13:48:23 +0100 Subject: [PATCH] ooops black --- test/test_core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_core.py b/test/test_core.py index 23a27c5..1ff9f15 100644 --- a/test/test_core.py +++ b/test/test_core.py @@ -543,7 +543,7 @@ def test_sa_null_pool_with_ydb_shared_session_pool(self, ydb_driver, ydb_pool): engine2.dispose() assert not ydb_driver._stopped - + class TestUpsert(TablesTest): @classmethod def define_tables(cls, metadata):