From a9835c476276a62036f2f2ab9f5cfb32e7a94821 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Villemain?= Date: Thu, 2 Nov 2023 09:57:00 +0100 Subject: [PATCH] Remove imports from test_prepared_statements.py Hit by CI. Apparently useless... --- src/test/regress/citus_tests/test/test_prepared_statements.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/test/regress/citus_tests/test/test_prepared_statements.py b/src/test/regress/citus_tests/test/test_prepared_statements.py index 4dc022cbc..284e08046 100644 --- a/src/test/regress/citus_tests/test/test_prepared_statements.py +++ b/src/test/regress/citus_tests/test/test_prepared_statements.py @@ -1,6 +1,3 @@ -import psycopg -import pytest - def test_call_param(cluster): # create a distributed table and an associated distributed procedure