We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 141c66e commit 8d684bcCopy full SHA for 8d684bc
report_py3o/tests/test_report_py3o.py
@@ -33,7 +33,7 @@
33
logger.debug("Cannot import genshi.core")
34
35
# Ensuring compatibility with PyPDF2 versions depending on the Python version
36
-PYTHON_VERSION = version.parse(sys.version.split(' ')[0])
+PYTHON_VERSION = version.parse(sys.version.split(" ")[0])
37
38
# Conditional import based on Python version
39
if PYTHON_VERSION <= version.parse("3.10"):
0 commit comments