test(pytest): remove star imports to please ruff linter

This commit is contained in:
Jens Troeger
2025-10-09 10:10:40 +00:00
committed by Wolfgang Walther
parent 32eb6ebf19
commit 4ce859bf46
7 changed files with 26 additions and 13 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
"IO tests for PostgREST started on replicas"
from util import *
from postgrest import *
from postgrest import run
def test_sanity_replica(replicaenv):