Skip to content

Commit 00d8bab

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8aa32b7 commit 00d8bab

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/test_proxy_functional.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,13 @@ def secure_proxy_url(tls_certificate_pem_path: str) -> Iterator[URL]:
9595
# proxy threads finish cleanup before pytest's unraisableexception
9696
# plugin collects warnings.
9797
if os.name == "nt":
98-
import time
9998
import gc
99+
import time
100+
100101
time.sleep(0.1)
101102
gc.collect()
102103

104+
103105
@pytest.fixture
104106
def web_server_endpoint_payload() -> str:
105107
return str(uuid4())

0 commit comments

Comments
 (0)