test(pytest): remove star imports to please ruff linter
This commit is contained in:
committed by
Wolfgang Walther
parent
32eb6ebf19
commit
4ce859bf46
+8
-2
@@ -6,8 +6,14 @@ import subprocess
|
||||
import pytest
|
||||
import yaml
|
||||
|
||||
from config import *
|
||||
from postgrest import *
|
||||
from config import (
|
||||
CONFIGSDIR,
|
||||
FIXTURES,
|
||||
POSTGREST_BIN,
|
||||
get_admin_host_and_port_from_config,
|
||||
hpctixfile,
|
||||
)
|
||||
from postgrest import freeport, is_ipv6, run, set_statement_timeout
|
||||
|
||||
|
||||
class ExtraNewLinesDumper(yaml.SafeDumper):
|
||||
|
||||
Reference in New Issue
Block a user