Avoid warning due to unused import

This commit is contained in:
Hugo Osvaldo Barrera 2025-08-29 12:38:41 +02:00
parent e5f2869580
commit ffe883a2f1

View file

@ -17,6 +17,8 @@ except ImportError: # pragma: no cover
"use the PyPI ones."
)
__all__ = ["__version__"]
def _check_python_version():
import sys