test(pytest): remove star imports to please ruff linter
This commit is contained in:
committed by
Wolfgang Walther
parent
32eb6ebf19
commit
4ce859bf46
@@ -2,8 +2,8 @@
|
||||
|
||||
import pytest
|
||||
|
||||
from util import *
|
||||
from postgrest import *
|
||||
from util import parse_server_timings_header
|
||||
from postgrest import run
|
||||
|
||||
|
||||
def test_requests_with_resource_embedding_wait_for_schema_cache_reload(defaultenv):
|
||||
|
||||
Reference in New Issue
Block a user