This commit is contained in:
lif 2025-12-20 11:44:48 +01:00 committed by GitHub
commit 8e78f8b391
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,6 @@ import os
import platform
import re
import shutil
import sys
import tempfile
from collections.abc import AsyncIterable, AsyncIterator
from contextlib import suppress
@ -657,7 +656,6 @@ class SubprocessCLITransport(Transport):
"Some features may not work correctly."
)
logger.warning(warning)
print(warning, file=sys.stderr)
except Exception:
pass
finally: