Automatic fixes to Python files

check=True was manually set when return code was checked later
This commit is contained in:
Geoffrey Frogeye 2025-05-08 17:56:11 +02:00
parent a3f4c2a932
commit 34b545890d
7 changed files with 22 additions and 33 deletions

View file

@ -1,7 +1,7 @@
#!/usr/bin/env python3
import sys
import os
import sys
# From https://github.com/python/cpython/blob/v3.7.0b5/Lib/site.py#L436