update comment

This commit is contained in:
Steven Silvester 2025-10-07 07:22:56 -05:00
parent 36d77a57f0
commit 7f4f9c3f9d
No known key found for this signature in database

View File

@ -26,8 +26,7 @@ from test.asyncio_tests import AsyncIOTestCase, asyncio_test
import pytest
# MOTOR-1477 - after libzstd is supported on build hosts
# we can move the aiohttp imports back
# to the top of the file.
# we can remove this guard.
if sys.version_info >= (3, 14):
try:
import compression.zstd # noqa: F401