Skip to content

Commit 8d684bc

Browse files
committed
fix format
1 parent 141c66e commit 8d684bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

report_py3o/tests/test_report_py3o.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
logger.debug("Cannot import genshi.core")
3434

3535
# Ensuring compatibility with PyPDF2 versions depending on the Python version
36-
PYTHON_VERSION = version.parse(sys.version.split(' ')[0])
36+
PYTHON_VERSION = version.parse(sys.version.split(" ")[0])
3737

3838
# Conditional import based on Python version
3939
if PYTHON_VERSION <= version.parse("3.10"):

0 commit comments

Comments
 (0)