Automatic fixes to Python files
check=True was manually set when return code was checked later
This commit is contained in:
parent
a3f4c2a932
commit
34b545890d
7 changed files with 22 additions and 33 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue